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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp92 setResult(MachineCloseAction_PowerOff_RestoringSnapshot);
327 bool fIsPowerOffAndRestoreAllowed = fIsPowerOffAllowed && !(m_restictedCloseActions & MachineCloseAction_PowerOff_RestoringSnapshot);
372 else if (m_lastCloseAction == MachineCloseAction_PowerOff_RestoringSnapshot && fIsPowerOffAndRestoreAllowed)
H A DUIMachineWindow.cpp398 case MachineCloseAction_PowerOff_RestoringSnapshot:
401 machineLogic()->powerOff(closeAction == MachineCloseAction_PowerOff_RestoringSnapshot);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h603 MachineCloseAction_PowerOff_RestoringSnapshot = RT_BIT(4), enumerator in enum:MachineCloseAction
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp1321 case MachineCloseAction_PowerOff_RestoringSnapshot: strResult = "PowerOffRestoringSnapshot"; break;
1341 keys << "PowerOffRestoringSnapshot"; values << MachineCloseAction_PowerOff_RestoringSnapshot; local

Completed in 41 milliseconds