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

/haiku-fatelf/src/apps/drivesetup/
H A DMainWindow.h54 partition_id selectedPartition,
62 partition_id selectedPartition);
64 partition_id selectedPartition);
68 partition_id selectedPartition,
71 partition_id selectedPartition);
73 partition_id selectedPartition);
H A DDiskView.h28 partition_id selectedPartition);
H A DMainWindow.cpp564 partition_id selectedPartition, partition_id parentID)
589 if (selectedPartition <= -2) {
601 BPartition* partition = disk->FindDescendant(selectedPartition);
621 if (disk->ID() == selectedPartition
673 if (selectedPartition < 0) {
714 MainWindow::_Mount(BDiskDevice* disk, partition_id selectedPartition) argument
716 if (!disk || selectedPartition < 0) {
722 BPartition* partition = disk->FindDescendant(selectedPartition);
746 MainWindow::_Unmount(BDiskDevice* disk, partition_id selectedPartition) argument
748 if (!disk || selectedPartition <
563 _UpdateMenus(BDiskDevice* disk, partition_id selectedPartition, partition_id parentID) argument
795 _Initialize(BDiskDevice* disk, partition_id selectedPartition, const BString& diskSystemName) argument
979 _Create(BDiskDevice* disk, partition_id selectedPartition) argument
1095 _Delete(BDiskDevice* disk, partition_id selectedPartition) argument
[all...]
H A DDiskView.cpp441 DiskView::SetDisk(BDiskDevice* disk, partition_id selectedPartition) argument
448 fPartitionLayout->SetSelectedPartition(selectedPartition);

Completed in 84 milliseconds