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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp309 MachineCloseAction restrictedCloseActions = uisession()->restrictedCloseActions(); local
311 !(restrictedCloseActions & defaultCloseAction))
336 restrictedCloseActions);
H A DUISession.h158 MachineCloseAction restrictedCloseActions() const { return m_restrictedCloseActions; } function in class:UISession
H A DUIActionPoolRuntime.cpp2206 MachineCloseAction restrictedCloseActions = gEDataManager->restrictedMachineCloseActions(strMachineID); local
2207 bool fAllCloseActionsRestricted = (!vboxGlobal().isSeparateProcess() || (restrictedCloseActions & MachineCloseAction_Detach))
2208 && (restrictedCloseActions & MachineCloseAction_SaveState)
2209 && (restrictedCloseActions & MachineCloseAction_Shutdown)
2210 && (restrictedCloseActions & MachineCloseAction_PowerOff);

Completed in 57 milliseconds