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

/haiku/src/apps/drivesetup/
H A DMainWindow.cpp594 BRow* _topLevelRow = _selectedRow; local
596 while (fListView->FindParent(_topLevelRow, &parent, NULL))
597 _topLevelRow = parent;
600 = dynamic_cast<PartitionListRow*>(_topLevelRow);

Completed in 81 milliseconds