Searched refs:hostScreenForGuestScreen (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMultiScreenLayout.h53 int hostScreenForGuestScreen(int iScreenId) const;
H A DUIMultiScreenLayout.cpp199 int UIMultiScreenLayout::hostScreenForGuestScreen(int iScreenId) const function in class:UIMultiScreenLayout
H A DUIActionPoolRuntime.cpp2694 multiScreenLayout()->hostScreenForGuestScreen(iGuestScreenIndex) == iHostScreenIndex)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h47 int hostScreenForGuestScreen(int iScreenId) const;
H A DUIMachineWindowSeamless.cpp172 int iScreen = qobject_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(m_uScreenId);
253 const int iHostScreen = pSeamlessLogic->hostScreenForGuestScreen(m_uScreenId);
H A DUIMachineViewSeamless.cpp184 int iScreen = static_cast<UIMachineLogicSeamless*>(machineLogic())->hostScreenForGuestScreen(screenId());
H A DUIMachineLogicSeamless.cpp103 int UIMachineLogicSeamless::hostScreenForGuestScreen(int iScreenId) const function in class:UIMachineLogicSeamless
105 return m_pScreenLayout->hostScreenForGuestScreen(iScreenId);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineWindowFullscreen.cpp301 const int iScreen = qobject_cast<UIMachineLogicFullscreen*>(machineLogic())->hostScreenForGuestScreen(m_uScreenId);
406 VBoxGlobal::setFullScreenMonitorX11(this, pFullscreenLogic->hostScreenForGuestScreen(m_uScreenId));
434 VBoxGlobal::setFullScreenMonitorX11(m_pMiniToolBar, pFullscreenLogic->hostScreenForGuestScreen(m_uScreenId));
460 const int iHostScreen = pFullscreenLogic->hostScreenForGuestScreen(m_uScreenId);
H A DUIMachineLogicFullscreen.h68 int hostScreenForGuestScreen(int iScreenId) const;
H A DUIMachineViewFullscreen.cpp168 int iScreen = static_cast<UIMachineLogicFullscreen*>(machineLogic())->hostScreenForGuestScreen(screenId());
H A DUIMachineLogicFullscreen.cpp127 int UIMachineLogicFullscreen::hostScreenForGuestScreen(int iScreenId) const function in class:UIMachineLogicFullscreen
129 return m_pScreenLayout->hostScreenForGuestScreen(iScreenId);
736 const int iWantedHostScreenIndex = hostScreenForGuestScreen((int)uScreenID);

Completed in 98 milliseconds