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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp475 STDMETHODIMP ProgressProxy::COMGETTER(TimeRemaining)(LONG *aTimeRemaining) argument
477 CheckComArgOutPointerValid(aTimeRemaining);
486 hrc = Progress::COMGETTER(TimeRemaining)(aTimeRemaining);
488 hrc = mptrOtherProgress->COMGETTER(TimeRemaining)(aTimeRemaining);
/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp612 HRESULT Progress::getTimeRemaining(LONG *aTimeRemaining) argument
617 *aTimeRemaining = 0;
622 *aTimeRemaining = -1; // unreliable, or avoid division by 0 below
633 *aTimeRemaining = (LONG)(ullTimeRemaining / 1000);

Completed in 35 milliseconds