Lines Matching defs:aProgress
68 ComPtr<IProgress> &aProgress)
102 progress.queryInterfaceTo(aProgress.asOutParam());
752 * @param aProgress
756 ComPtr<IProgress> &aProgress)
795 progress.queryInterfaceTo(aProgress.asOutParam());
848 * @param aProgress Where to return the progress object.
851 HRESULT Appliance::i_readImpl(const LocationInfo &aLocInfo, ComObjPtr<Progress> &aProgress)
857 aProgress.createObject();
860 rc = aProgress->init(mVirtualBox, static_cast<IAppliance*>(this),
865 rc = aProgress->init(mVirtualBox, static_cast<IAppliance*>(this),
876 std::auto_ptr<TaskOVF> task(new TaskOVF(this, TaskOVF::Read, aLocInfo, aProgress));
1351 * @param aProgress