Searched refs:exceptTo (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/interface/
H A DListView.cpp1366 BListView::DeselectExcept(int32 exceptFrom, int32 exceptTo) argument
1368 if (exceptFrom > exceptTo || exceptFrom < 0 || exceptTo < 0)
1371 if (_DeselectAll(exceptFrom, exceptTo)) {
1834 BListView::_DeselectAll(int32 exceptFrom, int32 exceptTo) argument
1847 if (exceptFrom != -1 && exceptFrom <= index && exceptTo >= index)
1863 fLastSelected = _CalcLastSelected(exceptTo);
/haiku/headers/os/interface/
H A DListView.h125 int32 exceptTo);
180 bool _DeselectAll(int32 exceptFrom, int32 exceptTo);

Completed in 44 milliseconds