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

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp942 ULONG currentPercent = 0; local
993 rc = aPProgressAsync->COMGETTER(OperationPercent(&currentPercent));
995 if (currentPercent != prevPercent)
997 prevPercent = currentPercent;
998 rc = SetCurrentOperationProgress(currentPercent);
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1043 ULONG currentPercent; local
1075 rc = pProgressAsync->COMGETTER(OperationPercent(&currentPercent));
1077 pProgressThis->SetCurrentOperationProgress(currentPercent);

Completed in 1122 milliseconds