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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.h173 bool isStartPausedEnabled() const { return mStartPaused; }
511 bool mStartPaused; member in class:VBoxGlobal
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp218 mStartPaused(false),
226 bool mStartPaused; member in struct:VMPowerUpTask
7108 task->mStartPaused = aPaused;
9636 if (task->mStartPaused)
9664 rc = pConsole->i_teleporterTrg(pConsole->mpUVM, pMachine, &task->mErrorMsg, task->mStartPaused,
9720 else if (task->mStartPaused)

Completed in 69 milliseconds