Searched refs:m_restrictedCloseActions (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h158 MachineCloseAction restrictedCloseActions() const { return m_restrictedCloseActions; }
473 MachineCloseAction m_restrictedCloseActions; member in class:UISession
H A DUISession.cpp944 , m_restrictedCloseActions(MachineCloseAction_Invalid)
1377 m_restrictedCloseActions = gEDataManager->restrictedMachineCloseActions(strMachineID);
1378 m_fAllCloseActionsRestricted = (!vboxGlobal().isSeparateProcess() || (m_restrictedCloseActions & MachineCloseAction_Detach))
1379 && (m_restrictedCloseActions & MachineCloseAction_SaveState)
1380 && (m_restrictedCloseActions & MachineCloseAction_Shutdown)
1381 && (m_restrictedCloseActions & MachineCloseAction_PowerOff);
1383 // && (m_restrictedCloseActions & MachineCloseAction_PowerOff_RestoringSnapshot);

Completed in 302 milliseconds