Searched refs:currentRow (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/drivesetup/
H A DMainWindow.h82 BRow* currentRow);
H A DMainWindow.cpp1437 MainWindow::_ColumnListViewHeight(BColumnListView* list, BRow* currentRow) argument
1440 int32 rows = list->CountRows(currentRow);
1442 BRow* row = list->RowAt(i, currentRow);
/haiku/src/kits/interface/
H A DColumnListView.cpp5016 for (BRow* currentRow = row->fParent; currentRow != NULL;
5017 currentRow = currentRow->fParent) {
5018 if (!currentRow->fIsExpanded) {
5122 BRow* currentRow = fCurrentList->ItemAt(fCurrentListIndex); local
5123 if(currentRow) {
5124 if (currentRow->fChildList && (currentRow->fIsExpanded || !fOpenBranchesOnly)
5125 && currentRow
[all...]

Completed in 63 milliseconds