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

/haiku/src/apps/drivesetup/
H A DPartitionList.h65 class PartitionListRow : public BRow { class in inherits:BRow
68 PartitionListRow(BPartition* partition);
69 PartitionListRow(partition_id parentID,
102 PartitionListRow* FindRow(partition_id id,
103 PartitionListRow* parent = NULL);
104 PartitionListRow* AddPartition(BPartition* partition);
105 PartitionListRow* AddSpace(partition_id parent,
111 int32 _InsertIndexForOffset(PartitionListRow* parent,
H A DPartitionList.cpp208 // #pragma mark - PartitionListRow
222 PartitionListRow::PartitionListRow(BPartition* partition) function in class:PartitionListRow
375 PartitionListRow::PartitionListRow(partition_id parentID, partition_id id, function in class:PartitionListRow
400 PartitionListRow::DevicePath()
454 PartitionListRow* draggedRow
455 = dynamic_cast<PartitionListRow*>(RowAt(rowPoint));
483 PartitionListRow*
484 PartitionListView::FindRow(partition_id id, PartitionListRow* paren
[all...]
H A DMainWindow.cpp406 PartitionListRow* row = dynamic_cast<PartitionListRow*>(
566 PartitionListRow* previousSelection
599 PartitionListRow* topLevelRow
600 = dynamic_cast<PartitionListRow*>(_topLevelRow);
601 PartitionListRow* selectedRow
602 = dynamic_cast<PartitionListRow*>(_selectedRow);
1163 PartitionListRow* currentSelection = dynamic_cast<PartitionListRow*>(

Completed in 83 milliseconds