Searched refs:hasHostScreenForGuestScreen (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMultiScreenLayout.h54 bool hasHostScreenForGuestScreen(int iScreenId) const;
H A DUIMultiScreenLayout.cpp204 bool UIMultiScreenLayout::hasHostScreenForGuestScreen(int iScreenId) const function in class:UIMultiScreenLayout
H A DUIActionPoolRuntime.cpp2693 if (multiScreenLayout()->hasHostScreenForGuestScreen(iGuestScreenIndex) &&
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h48 bool hasHostScreenForGuestScreen(int iScreenId) const;
H A DUIMachineLogicSeamless.cpp108 bool UIMachineLogicSeamless::hasHostScreenForGuestScreen(int iScreenId) const function in class:UIMachineLogicSeamless
110 return m_pScreenLayout->hasHostScreenForGuestScreen(iScreenId);
H A DUIMachineWindowSeamless.cpp191 !pSeamlessLogic->hasHostScreenForGuestScreen(m_uScreenId))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h69 bool hasHostScreenForGuestScreen(int iScreenId) const;
H A DUIMachineWindowFullscreen.cpp141 !pFullscreenLogic->hasHostScreenForGuestScreen(m_uScreenId))
356 !pFullscreenLogic->hasHostScreenForGuestScreen(m_uScreenId))
H A DUIMachineLogicFullscreen.cpp132 bool UIMachineLogicFullscreen::hasHostScreenForGuestScreen(int iScreenId) const function in class:UIMachineLogicFullscreen
134 return m_pScreenLayout->hasHostScreenForGuestScreen(iScreenId);
710 && hasHostScreenForGuestScreen(uScreenID))
746 || !hasHostScreenForGuestScreen(uScreenID)

Completed in 60 milliseconds