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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp231 typedef std::list<ComPtr<IProgress> > ProgressList; typedef in struct:VMPowerUpTask
232 ProgressList hardDiskProgresses;
7236 VMPowerUpTask::ProgressList progresses(task->hardDiskProgresses);
7239 for (VMPowerUpTask::ProgressList::const_iterator it = progresses.begin(); it != progresses.end(); ++it)
9453 for (VMPowerUpTask::ProgressList::const_iterator

Completed in 76 milliseconds