Searched refs:Delegate (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/kits/storage/disk_device/
H A DPartition.cpp681 Delegate* child = fDelegate->ChildAt(index);
1547 fDelegate = new(nothrow) Delegate(this);
H A DMutablePartition.cpp348 BPartition::Delegate* delegate
349 = new(nothrow) BPartition::Delegate(partition);
531 BMutablePartition::BMutablePartition(BPartition::Delegate* delegate)
614 BPartition::Delegate*
H A DPartitionDelegate.cpp23 BPartition::Delegate::Delegate(BPartition* partition) function in class:BPartition::Delegate
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
[all...]
H A DPartitionDelegate.h17 class BPartition::Delegate { class in class:BPartition
19 Delegate(BPartition* partition);
20 ~Delegate();
29 Delegate* parent);
34 Delegate* ChildAt(int32 index) const;
40 uint32 SupportedChildOperations(Delegate* child,
49 status_t ValidateResizeChild(Delegate* child,
52 status_t ResizeChild(Delegate* child, off_t size);
55 status_t ValidateMoveChild(Delegate* child,
58 status_t MoveChild(Delegate* chil
[all...]
/haiku/headers/private/storage/
H A DPartition.h179 class Delegate;
229 Delegate* fDelegate;
H A DMutablePartition.h85 BPartition::Delegate* delegate);
94 friend class BPartition::Delegate;
96 BPartition::Delegate* GetDelegate() const;
98 BPartition::Delegate* fDelegate;
H A DDriverSettings.h42 class Delegate;
45 BDriverParameterIterator(Delegate* delegate);
46 void _SetTo(Delegate* delegate, bool addReference);
49 Delegate* fDelegate;
/haiku/src/kits/storage/
H A DDriverSettings.cpp37 class BDriverParameterIterator::Delegate : public BReferenceable { class in class:BPrivate::BDriverParameterIterator
39 Delegate() : BReferenceable() {} function in class:BPrivate::BDriverParameterIterator::Delegate
40 virtual ~Delegate() {}
42 virtual Delegate* Clone() const = 0;
56 BDriverParameterIterator::BDriverParameterIterator(Delegate* delegate)
92 Delegate* clone = fDelegate->Clone();
111 BDriverParameterIterator::_SetTo(Delegate* delegate, bool addReference)
125 : public BDriverParameterIterator::Delegate {
129 Delegate(),
139 virtual Delegate* Clon
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp24 // Delegate
25 class DriverParameterIterator::Delegate : public BReferenceable { class in class:DriverParameterIterator
27 Delegate() : BReferenceable() {} function in class:DriverParameterIterator::Delegate
28 virtual ~Delegate() {}
30 virtual Delegate* Clone() const = 0;
43 DriverParameterIterator::DriverParameterIterator(Delegate* delegate)
76 Delegate* clone = fDelegate->Clone();
94 DriverParameterIterator::_SetTo(Delegate* delegate, bool addReference)
109 : public DriverParameterIterator::Delegate {
112 : Delegate(),
[all...]
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h30 class Delegate;
32 DriverParameterIterator(Delegate* delegate);
33 void _SetTo(Delegate* delegate, bool addReference);
35 Delegate* fDelegate;

Completed in 68 milliseconds