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

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp50 muOtherProgressWeight = 0;
72 muOtherProgressWeight = 1;
112 muOtherProgressWeight = uTotalOperationsWeight - uFirstOperationWeight;
133 muOtherProgressWeight = 0;
228 muOtherProgressWeight = m_ulTotalOperationsWeight - muOtherProgressStartWeight;
229 Progress::SetNextOperation(bstrOperationDescription.raw(), muOtherProgressWeight);
465 double rdPercent = ((double)uPct / 100 * muOtherProgressWeight + muOtherProgressStartWeight)
/vbox/src/VBox/Main/include/
H A DProgressProxyImpl.h107 ULONG muOtherProgressWeight; member in class:ProgressProxy

Completed in 44 milliseconds