Searched refs:fCancelable (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h50 BOOL fCancelable);
57 BOOL fCancelable,
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp68 BOOL fCancelable)
81 fCancelable,
104 BOOL fCancelable,
121 fCancelable,
403 BOOL fCancelable; local
404 hrc = pOtherProgress->COMGETTER(Cancelable)(&fCancelable); AssertComRC(hrc);
405 if (SUCCEEDED(hrc) && !fCancelable)
62 init( VirtualBox *pParent, IUnknown *pInitiator, CBSTR bstrDescription, BOOL fCancelable) argument
98 init( VirtualBox *pParent, IUnknown *pInitiator, CBSTR bstrDescription, BOOL fCancelable, ULONG uTotalOperationsWeight, CBSTR bstrFirstOperationDescription, ULONG uFirstOperationWeight, ULONG cOtherProgressObjectOperations) argument
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp159 BOOL fCancelable; local
160 hrc = progress->COMGETTER(Cancelable)(&fCancelable);
162 fCancelable = FALSE;
163 if (fCancelable)
212 if (fCancelable)
H A DVBoxAutostart-win.cpp104 BOOL fCancelable; local
105 hrc = progress->COMGETTER(Cancelable)(&fCancelable);
107 fCancelable = FALSE;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManage.cpp118 BOOL fCancelable; local
119 hrc = progress->COMGETTER(Cancelable)(&fCancelable);
121 fCancelable = FALSE;
122 if (fCancelable)
206 if (fCancelable)
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp938 BOOL fCancelable = FALSE; local
945 rc = aPProgressAsync->COMGETTER(Cancelable)(&fCancelable);
952 if (fCancelable)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py495 fCancelable = self.o.cancelable;
509 # % (self.sName, iOp, cOps, sOpDesc, iOpPct, iPct, fCanceled, fCancelable, fCompleted, \
511 _ = iPct; _ = sDesc; _ = fCancelable; _ = cSecsRemain; _ = fCanceled; _ = fCompleted; _ = iOp;

Completed in 59 milliseconds