Searched refs:exceptFrom (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DListView.h124 void DeselectExcept(int32 exceptFrom,
180 bool _DeselectAll(int32 exceptFrom, int32 exceptTo);
/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)
1861 if (exceptFrom != -1) {
1862 fFirstSelected = _CalcFirstSelected(exceptFrom);

Completed in 52 milliseconds