Searched refs:m_pMachine (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.cpp35 m_pMachineDebugger(NULL), m_pMachine(NULL), m_pUVM(NULL),
65 HRESULT hrc = m_pSession->COMGETTER(Machine)(&m_pMachine);
96 m_pMachine->Release();
97 m_pMachine = NULL;
130 if (m_pMachine)
132 m_pMachine->Release();
133 m_pMachine = NULL;
H A DVBoxDbgGui.h162 IMachine *m_pMachine; member in class:VBoxDbgGui
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h349 UIMachine* uimachine() const { return m_pMachine; }
387 UIMachine *m_pMachine; member in class:UISession
H A DUISession.cpp469 return m_pMachine->isVisualStateAllowed(state);
474 m_pMachine->asyncChangeVisualState(visualStateType);
922 , m_pMachine(pMachine)
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1350 ((SessionMachine *)(Machine *)m_pMachine)->i_takeSnapshotHandler(*this);
1375 ((SessionMachine *)(Machine *)m_pMachine)->i_restoreSnapshotHandler(*this);
1394 ((SessionMachine *)(Machine *)m_pMachine)->i_deleteSnapshotHandler(*this);
H A DMachineImpl.cpp5197 m_pMachine->i_deleteConfigHandler(*this);
12760 ((SessionMachine *)(Machine *)m_pMachine)->i_saveStateHandler(*this);
/vbox/src/VBox/Main/include/
H A DMachineImpl.h791 : m_pMachine(m),
823 ComObjPtr<Machine> m_pMachine; member in struct:Machine::Task

Completed in 98 milliseconds