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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp605 takeSnapshot();
633 if (!takeSnapshot())
813 bool VBoxSnapshotsWgt::takeSnapshot() function in class:VBoxSnapshotsWgt
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2240 def takeSnapshot(self, sName, sDescription = '', fPause = True, fFudgeOnFailure = True, cMsTimeout = 30 * 1000): member in class:SessionWrapper
2245 Returns False on IMachine::takeSnapshot() or VM state change failure.
2252 oProgressCom = self.o.machine.takeSnapshot(sName, sDescription);
2254 oProgressCom = self.o.console.takeSnapshot(sName, sDescription);
2259 reporter.logXcpt('IMachine::takeSnapshot failed on %s' % (self.sName));
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1407 HRESULT Machine::takeSnapshot(const com::Utf8Str &aName, function in class:Machine
1419 HRESULT SessionMachine::takeSnapshot(const com::Utf8Str &aName, function in class:SessionMachine

Completed in 1685 milliseconds