Lines Matching refs:progress
86 CProgress progress = machine.TakeSnapshot(strSnapshotName, "", true);
90 /* Show the "Taking Snapshot" progress dialog: */
91 msgCenter().showModalProgressDialog(progress, m_machine.GetName(), ":/progress_snapshot_create_90px.png", this);
93 if (!progress.isOk() || progress.GetResultCode() != 0)
95 msgCenter().cannotTakeSnapshot(progress, m_machine.GetName(), this);
136 CProgress progress = srcMachine.CloneTo(cloneMachine, cloneMode, options);
144 msgCenter().showModalProgressDialog(progress, windowTitle(), ":/progress_clone_90px.png", this);
145 if (progress.GetCanceled())
147 if (!progress.isOk() || progress.GetResultCode() != 0)
149 msgCenter().cannotCreateClone(progress, srcMachine.GetName(), this);