Searched defs:fIsACPIShutdownAllowed (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp325 bool fIsACPIShutdownAllowed = !(m_restictedCloseActions & MachineCloseAction_Shutdown); local
340 setShutdownButtonVisible(fIsACPIShutdownAllowed);
364 else if (m_lastCloseAction == MachineCloseAction_Shutdown && fIsACPIShutdownAllowed && m_fIsACPIEnabled)
384 else if (fIsACPIShutdownAllowed && m_fIsACPIEnabled)

Completed in 605 milliseconds