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

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp67 = m_ulCurrentOperation
223 m_ulCurrentOperation = 0;
278 m_ulCurrentOperation = 0;
462 m_ulCurrentOperation = m_cOperations - 1; /* last operation */
599 || (m_ulCurrentOperation < m_cOperations -1)
697 *aOperation = m_ulCurrentOperation;
794 AssertReturn(m_ulCurrentOperation + 1 < m_cOperations, E_FAIL);
796 ++m_ulCurrentOperation;
803 LogThisFunc(("%s: aNextOperationsWeight = %d; m_ulCurrentOperation is now %d, m_ulOperationsCompletedWeight is now %d\n",
804 m_operationDescription.c_str(), aNextOperationsWeight, m_ulCurrentOperation, m_ulOperationsCompletedWeigh
[all...]
/vbox/src/VBox/Main/include/
H A DProgressImpl.h175 ULONG m_ulCurrentOperation; // operations counter, incremented with member in class:Progress
/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp231 muOtherProgressStartOperation = m_ulCurrentOperation;
232 m_cOperations = cOperations + m_ulCurrentOperation;

Completed in 60 milliseconds