Searched refs:ProgressProxy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp39 // 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
[all...]
H A DMachineImpl.cpp3619 ComObjPtr<ProgressProxy> progress;
7398 ProgressProxy *aProgress)
13295 ComObjPtr<ProgressProxy> progress;
/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h26 * The ProgressProxy class allows proxying the important Progress calls and
29 class ATL_NO_VTABLE ProgressProxy : class in inherits:Progress
33 VIRTUALBOXBASE_ADD_ERRORINFO_SUPPORT(ProgressProxy, IProgress)
35 DECLARE_NOT_AGGREGATABLE(ProgressProxy)
38 BEGIN_COM_MAP(ProgressProxy)
H A DMachineImpl.h64 class ProgressProxy;
139 ComObjPtr<ProgressProxy> mProgress;
552 ProgressProxy *aProgress);
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp113 NS_DECL_CLASSINFO(ProgressProxy)
114 NS_IMPL_THREADSAFE_ISUPPORTS1_CI(ProgressProxy, IProgress)

Completed in 110 milliseconds