Home
last modified time | relevance | path

Searched refs:GetNextSupportedChildType (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.h77 status_t GetNextSupportedChildType(Delegate* child,
H A DPartition.cpp1136 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 DPartitionDelegate.cpp363 BPartition::Delegate::GetNextSupportedChildType(Delegate* child, in GetNextSupportedChildType() function in BPartition::Delegate
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp135 while (parent->GetNextSupportedChildType(&cookie, &supportedType) in CreateChangeControls()
/haiku/headers/private/storage/
H A DPartition.h148 status_t GetNextSupportedChildType(int32 *cookie,
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp466 while (partition->GetNextSupportedChildType(&cookie, &typeBuffer) in _NewPartition()