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

/haiku/src/kits/interface/
H A DColumnListView.cpp1295 BColumnListView::RowAt(int32 Index, BRow* parentRow) const
1297 if (parentRow == 0)
1300 return parentRow->fChildList ? parentRow->fChildList->ItemAt(Index) : NULL;
1305 BColumnListView::RowAt(int32 Index, BRow* parentRow) argument
1307 if (parentRow == 0)
1310 return parentRow->fChildList ? parentRow->fChildList->ItemAt(Index) : 0;
1354 BColumnListView::CountRows(BRow* parentRow) const
1356 if (parentRow
1366 AddRow(BRow* row, BRow* parentRow) argument
1373 AddRow(BRow* row, int32 index, BRow* parentRow) argument
4285 ExpandOrCollapse(BRow* parentRow, bool expand) argument
4427 BRow* parentRow = NULL; local
4461 AddRow(BRow* row, int32 Index, BRow* parentRow) argument
4898 BRow* parentRow = currentEntry->list->ItemAt(index); local
[all...]
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1456 BRow* parentRow = fListView->RowAt(0, NULL); local
1468 maxHeight += 1.5 * parentRow->Height(); // the label row

Completed in 52 milliseconds