Home
last modified time | relevance | path

Searched refs:CountLayoutItems (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/interface/
H A DViewPrivate.h75 int32 CountLayoutItems();
/haiku/src/kits/interface/
H A DLayout.cpp204 int32 remaining = BView::Private(child).CountLayoutItems(); in RemoveView()
245 if (fTarget && view && BView::Private(view).CountLayoutItems() == 0) in RemoveItem()
283 int32 itemCount = viewPrivate.CountLayoutItems(); in IndexOfView()
H A DView.cpp6916 BView::Private::CountLayoutItems() in CountLayoutItems() function in BView::Private