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

/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h65 ComObjPtr<Progress> mProgress; member in class:GuestSessionTask
H A DMachineImpl.h139 ComObjPtr<ProgressProxy> mProgress; member in struct:Machine::Data::Session
1411 ComObjPtr<Progress> mProgress; member in struct:SessionMachine::ConsoleTaskData
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp214 mProgress(aProgress),
236 mProgress,
269 const ComObjPtr<Progress> mProgress; member in class:Medium::Task
784 pProgress = pTask->mProgress;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp164 mProgress(aProgress),
201 const ComObjPtr<Progress> mProgress; member in struct:VMTask
9416 AssertReturn(!task->mProgress.isNull(), VERR_INVALID_PARAMETER);
9460 rc = task->mProgress->SetNextOperation(BstrFmt(tr("Disk Image Reset Operation - Immutable Image")).raw(), 1);
9632 static_cast<IProgress *>(task->mProgress));
9665 task->mProgress, &fPowerOffOnFailure);
9693 if (task->mProgress->i_setCancelCallback(faultToleranceProgressCancelCallback, pConsole->mpUVM))
9715 task->mProgress->i_setCancelCallback(NULL, NULL);
9833 task->mProgress->i_notifyComplete(S_OK);
9838 task->mProgress
[all...]

Completed in 76 milliseconds