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

/vbox/src/VBox/Main/src-all/
H A DProgressImpl.cpp980 ULONG currentWeight; local
983 rc = aPProgressAsync->COMGETTER(OperationWeight(&currentWeight));
985 rc = SetNextOperation(bstr.raw(), currentWeight);
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp1062 ULONG currentWeight; local
1065 rc = pProgressAsync->COMGETTER(OperationWeight(&currentWeight));
1067 rc = pProgressThis->SetNextOperation(bstr.raw(), currentWeight);

Completed in 47 milliseconds