Searched refs:_SwapItems (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DListView.h188 bool _SwapItems(int32 a, int32 b);
H A DOutlineListView.h134 bool _SwapItems(int32 first, int32 second);
/haiku/src/kits/interface/
H A DOutlineListView.cpp787 return _SwapItems(data->swap.a, data->swap.b);
1077 BOutlineListView::_SwapItems(int32 first, int32 second) function in class:BOutlineListView
H A DListView.cpp1572 return _SwapItems(data->swap.a, data->swap.b);
1926 BListView::_SwapItems(int32 a, int32 b) function in class:BListView

Completed in 292 milliseconds