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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIVMCloseDialog.cpp324 bool fIsStateSavingAllowed = !(m_restictedCloseActions & MachineCloseAction_SaveState); local
335 setSaveButtonVisible(fIsStateSavingAllowed);
360 else if (m_lastCloseAction == MachineCloseAction_SaveState && fIsStateSavingAllowed)
382 else if (fIsStateSavingAllowed)

Completed in 42 milliseconds