Searched refs:IndexOfItem (Results 1 – 5 of 5) sorted by relevance
58 return IndexOfItem(fVisibleItem); in VisibleIndex()75 if (item != NULL && IndexOfItem(item) < 0) { in SetVisibleItem()216 err = into->AddInt32(kVisibleItemField, IndexOfItem(fVisibleItem)); in Archive()
226 int32 index = IndexOfItem(item); in RemoveItem()268 BLayout::IndexOfItem(const BLayoutItem* item) const in IndexOfItem() function in BLayout287 return IndexOfItem(item); in IndexOfView()
44 int32 IndexOfItem(const BLayoutItem* item) const;
279 return GroupLayout()->IndexOfItem(tab->LayoutItem()); in IndexOf()314 index = GroupLayout()->IndexOfItem(tab->LayoutItem()); in SelectTab()
277 \fn int32 BLayout::IndexOfItem(const BLayoutItem* item) const