Home
last modified time | relevance | path

Searched refs:IndexOfChild (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/storage/
H A DMutablePartition.h73 int32 IndexOfChild(BMutablePartition* child) const;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h58 int32 IndexOfChild(View* child) const;
H A DView.cpp225 return RemoveChild(IndexOfChild(child)); in RemoveChild()
297 View::IndexOfChild(View* child) const in IndexOfChild() function in View
/haiku/src/kits/storage/disk_device/
H A DMutablePartition.cpp438 return DeleteChild(IndexOfChild(child)); in DeleteChild()
478 BMutablePartition::IndexOfChild(BMutablePartition* child) const in IndexOfChild() function in BMutablePartition