Lines Matching refs:ProgressProxy

39 // ProgressProxy class
46 HRESULT ProgressProxy::FinalConstruct()
62 HRESULT ProgressProxy::init(
98 HRESULT ProgressProxy::init(
128 void ProgressProxy::FinalRelease()
139 void ProgressProxy::uninit()
152 HRESULT ProgressProxy::notifyComplete(HRESULT aResultCode)
164 HRESULT ProgressProxy::notifyComplete(HRESULT aResultCode,
191 bool ProgressProxy::setOtherProgressObject(IProgress *pOtherProgress)
292 void ProgressProxy::clearOtherProgressObjectInternal(bool fEarly)
311 void ProgressProxy::copyProgressInfo(IProgress *pOtherProgress, bool fEarly)
386 "ProgressProxy",
417 STDMETHODIMP ProgressProxy::COMGETTER(Cancelable)(BOOL *aCancelable)
443 STDMETHODIMP ProgressProxy::COMGETTER(Percent)(ULONG *aPercent)
475 STDMETHODIMP ProgressProxy::COMGETTER(TimeRemaining)(LONG *aTimeRemaining)
493 STDMETHODIMP ProgressProxy::COMGETTER(Completed)(BOOL *aCompleted)
499 STDMETHODIMP ProgressProxy::COMGETTER(Canceled)(BOOL *aCanceled)
524 STDMETHODIMP ProgressProxy::COMGETTER(ResultCode)(LONG *aResultCode)
530 STDMETHODIMP ProgressProxy::COMGETTER(ErrorInfo)(IVirtualBoxErrorInfo **aErrorInfo)
536 STDMETHODIMP ProgressProxy::COMGETTER(Operation)(ULONG *aOperation)
558 STDMETHODIMP ProgressProxy::COMGETTER(OperationDescription)(BSTR *aOperationDescription)
575 STDMETHODIMP ProgressProxy::COMGETTER(OperationPercent)(ULONG *aOperationPercent)
592 STDMETHODIMP ProgressProxy::COMSETTER(Timeout)(ULONG aTimeout)
600 STDMETHODIMP ProgressProxy::COMGETTER(Timeout)(ULONG *aTimeout)
612 STDMETHODIMP ProgressProxy::WaitForCompletion(LONG aTimeout)
626 STDMETHODIMP ProgressProxy::WaitForOperationCompletion(ULONG aOperation, LONG aTimeout)
663 STDMETHODIMP ProgressProxy::Cancel()
685 STDMETHODIMP ProgressProxy::SetCurrentOperationProgress(ULONG aPercent)
692 STDMETHODIMP ProgressProxy::SetNextOperation(IN_BSTR bstrNextOperationDescription, ULONG ulNextOperationsWeight)