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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp189 * @param pOtherProgress The other progress object. Must not be NULL.
191 bool ProgressProxy::setOtherProgressObject(IProgress *pOtherProgress) argument
193 LogFlowThisFunc(("setOtherProgressObject: %p\n", pOtherProgress));
194 ComPtr<IProgress> ptrOtherProgress = pOtherProgress;
201 HRESULT hrc = pOtherProgress->COMGETTER(OperationCount)(&cOperations);
206 hrc = pOtherProgress->COMGETTER(Description)(bstrOperationDescription.asOutParam());
303 * Called to copy over the progress information from @a pOtherProgress.
305 * @param pOtherProgress The source of the information.
311 void ProgressProxy::copyProgressInfo(IProgress *pOtherProgress, bool fEarly) argument
325 hrc = pOtherProgress
[all...]

Completed in 364 milliseconds