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

/haiku/src/apps/drivesetup/
H A DMainWindow.h59 partition_id selectedPartition,
67 partition_id selectedPartition);
69 partition_id selectedPartition);
73 partition_id selectedPartition,
76 partition_id selectedPartition);
78 partition_id selectedPartition);
80 partition_id selectedPartition);
H A DDiskView.h28 partition_id selectedPartition);
H A DMainWindow.cpp649 partition_id selectedPartition, partition_id parentID)
682 if (selectedPartition <= -2) {
701 BPartition* partition = disk->FindDescendant(selectedPartition);
721 if (disk->ID() == selectedPartition
803 if (selectedPartition < 0) {
849 MainWindow::_Mount(BDiskDevice* disk, partition_id selectedPartition) argument
851 if (!disk || selectedPartition < 0) {
857 BPartition* partition = disk->FindDescendant(selectedPartition);
881 MainWindow::_Unmount(BDiskDevice* disk, partition_id selectedPartition) argument
883 if (!disk || selectedPartition <
648 _UpdateMenus(BDiskDevice* disk, partition_id selectedPartition, partition_id parentID) argument
949 _Initialize(BDiskDevice* disk, partition_id selectedPartition, const BString& diskSystemName) argument
1150 _Create(BDiskDevice* disk, partition_id selectedPartition) argument
1272 _Delete(BDiskDevice* disk, partition_id selectedPartition) argument
1346 _ChangeParameters(BDiskDevice* disk, partition_id selectedPartition) argument
[all...]
H A DDiskView.cpp572 DiskView::SetDisk(BDiskDevice* disk, partition_id selectedPartition) argument
579 fPartitionLayout->SetSelectedPartition(selectedPartition);

Completed in 89 milliseconds