Searched refs:GetNextSupportedChildType (Results 1 – 6 of 6) sorted by relevance
/haiku/src/kits/storage/disk_device/ |
H A D | PartitionDelegate.h | 77 status_t GetNextSupportedChildType(Delegate* child,
|
H A D | Partition.cpp | 1136 return parent->fDelegate->GetNextSupportedChildType(fDelegate, cookie, in GetNextSupportedType() 1142 BPartition::GetNextSupportedChildType(int32* cookie, BString* type) const in GetNextSupportedChildType() function in BPartition 1151 return fDelegate->GetNextSupportedChildType(NULL, cookie, type); in GetNextSupportedChildType()
|
H A D | PartitionDelegate.cpp | 363 BPartition::Delegate::GetNextSupportedChildType(Delegate* child, in GetNextSupportedChildType() function in BPartition::Delegate
|
/haiku/src/apps/drivesetup/ |
H A D | ChangeParametersPanel.cpp | 135 while (parent->GetNextSupportedChildType(&cookie, &supportedType) in CreateChangeControls()
|
/haiku/headers/private/storage/ |
H A D | Partition.h | 148 status_t GetNextSupportedChildType(int32 *cookie,
|
/haiku/src/tests/apps/partitioner/ |
H A D | Partitioner.cpp | 466 while (partition->GetNextSupportedChildType(&cookie, &typeBuffer) in _NewPartition()
|