Searched refs:delegate (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/haikudepot/util/
H A DDataIOUtils.cpp36 ConstraintedDataIO::ConstraintedDataIO(BDataIO* delegate, size_t limit) argument
38 fDelegate(delegate),
80 Base64DecodingDataIO::Base64DecodingDataIO(BDataIO* delegate, char char62, char char63) argument
82 fDelegate(delegate),
H A DDataIOUtils.h22 constrained quantity of data from the delegate data source. This prevents
28 ConstraintedDataIO(BDataIO* delegate,
45 Base64DecodingDataIO(BDataIO* delegate,
/haiku/headers/private/userlandfs/shared/
H A DDriverSettings.h32 DriverParameterIterator(Delegate* delegate);
33 void _SetTo(Delegate* delegate, bool addReference);
/haiku/headers/private/storage/
H A DDriverSettings.h45 BDriverParameterIterator(Delegate* delegate);
46 void _SetTo(Delegate* delegate, bool addReference);
H A DMutablePartition.h85 BPartition::Delegate* delegate);
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp347 // create the delegate
348 BPartition::Delegate* delegate
350 if (!delegate) {
354 partition->fDelegate = delegate;
357 BMutablePartition* child = delegate->MutablePartition();
531 BMutablePartition::BMutablePartition(BPartition::Delegate* delegate) argument
532 : fDelegate(delegate),
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp43 DriverParameterIterator::DriverParameterIterator(Delegate* delegate) argument
44 : fDelegate(delegate)
94 DriverParameterIterator::_SetTo(Delegate* delegate, bool addReference) argument
98 fDelegate = delegate;
/haiku/src/kits/storage/
H A DDriverSettings.cpp56 BDriverParameterIterator::BDriverParameterIterator(Delegate* delegate) argument
58 fDelegate(delegate)
111 BDriverParameterIterator::_SetTo(Delegate* delegate, bool addReference) argument
115 fDelegate = delegate;
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp37 HCIDelegate* delegate = new(std::nothrow) HCIControllerAccessor(path); local
38 if (delegate == NULL)
41 LocalDeviceImpl* device = new(std::nothrow) LocalDeviceImpl(delegate);
43 delete delegate;
54 HCIDelegate* delegate = new(std::nothrow) HCITransportAccessor(path); local
55 if (delegate == NULL)
58 LocalDeviceImpl* device = new(std::nothrow) LocalDeviceImpl(delegate);
60 delete delegate;

Completed in 88 milliseconds