Searched refs:setPause (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h219 bool pause() { return setPause(true); }
220 bool unpause() { return setPause(false); }
221 bool setPause(bool fOn);
H A DUISession.cpp477 bool UISession::setPause(bool fOn) function in class:UISession
1857 setPause(true);
1878 setPause(false);
H A DUIMachineLogic.cpp1463 uisession()->setPause(fOn);

Completed in 55 milliseconds