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

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp999 HRESULT Session::saveStateWithReason(Reason_T aReason, const ComPtr<IProgress> &aProgress, const Utf8Str &aStateFilePath, BOOL aPauseVM, BOOL *aLeftPaused) argument
1009 if (aLeftPaused)
1010 *aLeftPaused = fLeftPaused;
H A DConsoleImpl.cpp6327 HRESULT Console::i_saveState(Reason_T aReason, const ComPtr<IProgress> &aProgress, const Utf8Str &aStateFilePath, bool aPauseVM, bool &aLeftPaused) argument
6330 aLeftPaused = false;
6408 &aLeftPaused);
6422 Assert(fContinueAfterwards || !aLeftPaused);
6442 aLeftPaused = true;

Completed in 1069 milliseconds