Lines Matching refs:Delegate

23 BPartition::Delegate::Delegate(BPartition* partition)
34 BPartition::Delegate::~Delegate()
41 BPartition::Delegate::MutablePartition()
49 BPartition::Delegate::MutablePartition() const
57 BPartition::Delegate::InitHierarchy(
58 const user_partition_data* partitionData, Delegate* parent)
67 BPartition::Delegate::InitAfterHierarchy()
69 TRACE("%p->BPartition::Delegate::InitAfterHierarchy()\n", this);
107 BPartition::Delegate::PartitionData() const
114 BPartition::Delegate*
115 BPartition::Delegate::ChildAt(int32 index) const
124 BPartition::Delegate::CountChildren() const
132 BPartition::Delegate::IsModified() const
140 BPartition::Delegate::SupportedOperations(uint32 mask)
151 BPartition::Delegate::SupportedChildOperations(Delegate* child,
164 BPartition::Delegate::Defragment()
173 BPartition::Delegate::Repair(bool checkOnly)
184 BPartition::Delegate::ValidateResize(off_t* size) const
195 BPartition::Delegate::ValidateResizeChild(Delegate* child, off_t* size) const
207 BPartition::Delegate::Resize(off_t size)
218 BPartition::Delegate::ResizeChild(Delegate* child, off_t size)
229 BPartition::Delegate::ValidateMove(off_t* offset) const
240 BPartition::Delegate::ValidateMoveChild(Delegate* child, off_t* offset) const
252 BPartition::Delegate::Move(off_t offset)
263 BPartition::Delegate::MoveChild(Delegate* child, off_t offset)
274 BPartition::Delegate::ValidateSetContentName(BString* name) const
285 BPartition::Delegate::ValidateSetName(Delegate* child, BString* name) const
296 BPartition::Delegate::SetContentName(const char* name)
307 BPartition::Delegate::SetName(Delegate* child, const char* name)
318 BPartition::Delegate::ValidateSetType(Delegate* child, const char* type) const
329 BPartition::Delegate::SetType(Delegate* child, const char* type)
340 BPartition::Delegate::SetContentParameters(const char* parameters)
351 BPartition::Delegate::SetParameters(Delegate* child, const char* parameters)
363 BPartition::Delegate::GetNextSupportedChildType(Delegate* child,
366 TRACE("%p->BPartition::Delegate::GetNextSupportedChildType(child: %p, "
381 BPartition::Delegate::IsSubSystem(Delegate* child,
401 BPartition::Delegate::CanInitialize(const char* diskSystem) const
420 BPartition::Delegate::ValidateInitialize(const char* diskSystem,
441 BPartition::Delegate::Initialize(const char* diskSystem,
471 BPartition::Delegate::Uninitialize()
485 BPartition::Delegate::GetPartitioningInfo(BPartitioningInfo* info)
496 BPartition::Delegate::GetParameterEditor(B_PARAMETER_EDITOR_TYPE type,
508 BPartition::Delegate::ValidateCreateChild(off_t* start, off_t* size,
521 BPartition::Delegate::CreateChild(off_t start, off_t size, const char* type,
542 BPartition::Delegate::DeleteChild(Delegate* child)
553 BPartition::Delegate::_FreeHandle()