Searched refs:muOtherProgressStartWeight (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp49 muOtherProgressStartWeight = 0;
71 muOtherProgressStartWeight = 1;
111 muOtherProgressStartWeight = uFirstOperationWeight;
132 muOtherProgressStartWeight = 0;
227 muOtherProgressStartWeight = m_ulOperationsCompletedWeight + m_ulCurrentOperationWeight;
228 muOtherProgressWeight = m_ulTotalOperationsWeight - muOtherProgressStartWeight;
465 double rdPercent = ((double)uPct / 100 * muOtherProgressWeight + muOtherProgressStartWeight)
/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h105 ULONG muOtherProgressStartWeight; member in class:ProgressProxy

Completed in 42 milliseconds