Searched refs:GetCurrentSnapshot (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp62 CSnapshot snapshot = machine.GetCurrentSnapshot();
H A DUIVMCloseDialog.cpp349 if (!m_machine.GetCurrentSnapshot().isNull())
350 m_strDiscardCheckBoxText = m_machine.GetCurrentSnapshot().GetName();
H A DUIMachineWindow.cpp503 CSnapshot snapshot = machine().GetCurrentSnapshot();
H A DUISession.cpp419 const CSnapshot snap = machine.GetCurrentSnapshot();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineWindowSeamless.cpp276 CSnapshot snapshot = machine().GetCurrentSnapshot();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp491 CSnapshot snapshot = machine().GetCurrentSnapshot();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVMItem.cpp227 CSnapshot snp = m_machine.GetCurrentSnapshot();
H A DVBoxSnapshotsWgt.cpp998 CSnapshot curSnapshot = mMachine.GetCurrentSnapshot();
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2235 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2773 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2667 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2734 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2988 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3185 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3469 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5172 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachine_vtbl
5896 nsresult (*GetCurrentSnapshot)(IMachine *pThis, ISnapshot * *currentSnapshot); member in struct:IMachineVtbl
6649 #define IMachine_get_CurrentSnapshot(p, aCurrentSnapshot) ((p)->lpVtbl->GetCurrentSnapshot(p, aCurrentSnapshot))
6650 #define IMachine_GetCurrentSnapshot(p, aCurrentSnapshot) ((p)->lpVtbl->GetCurrentSnapshot(p, aCurrentSnapshot))

Completed in 3545 milliseconds