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

/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp193 AbstractTable::SetSortColumn(TableColumn* column, bool add, bool ascending) argument
196 BColumnListView::SetSortColumn(privateColumn, add, ascending);
H A DAbstractTable.h45 bool ascending);
/haiku/headers/private/interface/
H A DColumnListView.h290 bool ascending);
/haiku/src/kits/interface/
H A DColumnListView.cpp1077 BColumnListView::SetSortColumn(BColumn* column, bool add, bool ascending) argument
1088 column->fSortAscending = ascending;

Completed in 52 milliseconds