Searched refs:m_ulTotalOperationsWeight (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp65 = m_ulTotalOperationsWeight
221 m_ulTotalOperationsWeight = ulTotalOperationsWeight;
276 m_ulTotalOperationsWeight = aOperationCount;
1053 if (m_ulTotalOperationsWeight == 0)
1059 ) * 100.0 / (double)m_ulTotalOperationsWeight;
/vbox/src/VBox/Main/include/
H A DProgressImpl.h171 ULONG m_ulTotalOperationsWeight; // sum of weights of all operations, given to constructor member in class:Progress
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp228 muOtherProgressWeight = m_ulTotalOperationsWeight - muOtherProgressStartWeight;
466 / m_ulTotalOperationsWeight * 100;

Completed in 1463 milliseconds