Searched refs:_FullListIndex (Results 1 - 2 of 2) sorted by path

/haiku/headers/os/interface/
H A DOutlineListView.h123 int32 _FullListIndex(int32 index) const;
/haiku/src/kits/interface/
H A DOutlineListView.cpp394 index = _FullListIndex(index);
967 BOutlineListView::_FullListIndex(int32 index) const function in class:BOutlineListView
1103 int32 fullFirstIndex = _FullListIndex(firstIndex);
1104 int32 fullSecondIndex = _FullListIndex(secondIndex);

Completed in 62 milliseconds