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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp155 clearOtherProgressObjectInternal(true /* fEarly */);
171 clearOtherProgressObjectInternal(true /* fEarly */);
250 clearOtherProgressObjectInternal(false /*fEarly*/);
290 * @param fEarly Early clearing or not.
292 void ProgressProxy::clearOtherProgressObjectInternal(bool fEarly) argument
298 copyProgressInfo(ptrOtherProgress, fEarly);
306 * @param fEarly Early copy.
311 void ProgressProxy::copyProgressInfo(IProgress *pOtherProgress, bool fEarly) argument
316 NOREF(fEarly);
342 Assert(fCompleted || fEarly);
[all...]

Completed in 93 milliseconds