Searched refs:uimachine (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp234 uimachine()->machineLogic()->isHidLedsSyncEnabled()
270 if (uimachine()->machineLogic())
271 uimachine()->machineLogic()->setPreventAutoClose(true);
292 if (uimachine()->machineLogic())
293 uimachine()->machineLogic()->setPreventAutoClose(false);
459 return uimachine() ? uimachine()->machineLogic() : 0;
H A DUISession.h349 UIMachine* uimachine() const { return m_pMachine; } function in class:UISession

Completed in 221 milliseconds