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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6981 ComObjPtr<Progress> pPowerupProgress; local
7030 pPowerupProgress.createObject();
7103 std::auto_ptr<VMPowerUpTask> task(new VMPowerUpTask(this, pPowerupProgress));
7244 rc = pPowerupProgress->init(static_cast<IConsole *>(this),
7256 rc = pPowerupProgress->init(static_cast<IConsole *>(this),
7262 rc = pPowerupProgress->init(static_cast<IConsole *>(this),
7272 rc = pPowerupProgress->init(static_cast<IConsole *>(this),
7287 rc = mControl->BeginPowerUp(pPowerupProgress);
7297 rc = pPowerupProgress->COMGETTER(Canceled)(&fCanceled);
7365 rc = pPowerupProgress
[all...]

Completed in 67 milliseconds