Lines Matching refs:aProgress

159            Progress *aProgress,
164 mProgress(aProgress),
214 Progress *aProgress)
215 : VMTask(aConsole, aProgress, NULL /* aServerProgress */,
239 : VMTask(aConsole, NULL /* aProgress */, aServerProgress,
2053 HRESULT Console::powerUp(ComPtr<IProgress> &aProgress)
2055 i_powerUp(aProgress.asOutParam(), false /* aPaused */);
2059 HRESULT Console::powerUpPaused(ComPtr<IProgress> &aProgress)
2061 i_powerUp(aProgress.asOutParam(), true /* aPaused */);
2065 HRESULT Console::powerDown(ComPtr<IProgress> &aProgress)
2199 pProgress.queryInterfaceTo(aProgress.asOutParam());
5922 IProgress *aProgress)
6052 vrc = pIMedium->pfnMerge(pIMedium, onlineMergeMediumProgress, aProgress);
6327 HRESULT Console::i_saveState(Reason_T aReason, const ComPtr<IProgress> &aProgress, const Utf8Str &aStateFilePath, bool aPauseVM, bool &aLeftPaused)
6332 AssertReturn(!aProgress.isNull(), E_INVALIDARG);
6401 mptrCancelableProgress = aProgress;
6407 static_cast<IProgress *>(aProgress),
6964 * @param aProgress Where to return the progress object.
6967 HRESULT Console::i_powerUp(IProgress **aProgress, bool aPaused)
6972 CheckComArgOutPointerValid(aProgress);
7237 if (aProgress && progresses.size() > 0){
7364 if (aProgress){
7365 rc = pPowerupProgress.queryInterfaceTo(aProgress);
7434 * @param aProgress Progress object to run (may be NULL).
7442 HRESULT Console::i_powerDown(IProgress *aProgress /*= NULL*/)
7541 if (aProgress)
7542 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7570 if (aProgress)
7571 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7595 if (aProgress)
7596 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount );
7613 if (aProgress)
7614 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);
7655 if (aProgress)
7656 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);
7689 if (aProgress)
7690 aProgress->SetCurrentOperationProgress(99 * (++step) / StepCount);