Searched refs:UIVisualStateType_Seamless (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachine.cpp255 case UIVisualStateType_Seamless: uisession()->setRequestedVisualState(UIVisualStateType_Seamless); break;
H A DUIMultiScreenLayout.cpp237 if (m_pMachineLogic->visualStateType() == UIVisualStateType_Seamless)
297 if (m_pMachineLogic->visualStateType() == UIVisualStateType_Seamless)
H A DUIMachineWindow.cpp75 case UIVisualStateType_Seamless:
536 case UIVisualStateType_Seamless: return 0;
H A DUIKeyboardHandler.cpp101 case UIVisualStateType_Seamless:
241 case UIVisualStateType_Seamless:
309 case UIVisualStateType_Seamless:
H A DUIMachineView.cpp130 case UIVisualStateType_Seamless:
1223 || visualStateType() == UIVisualStateType_Seamless;
H A DUIMachineLogic.cpp155 case UIVisualStateType_Seamless:
473 uisession()->changeVisualState(UIVisualStateType_Seamless);
611 actionPool()->action(UIActionIndexRT_M_View_T_Seamless)->setEnabled(uisession()->isVisualStateAllowed(UIVisualStateType_Seamless) &&
794 visualStateType() == UIVisualStateType_Seamless ?
H A DUIFrameBuffer.cpp1132 case UIVisualStateType_Seamless:
1172 if (m_pMachineView->machineLogic()->visualStateType() == UIVisualStateType_Seamless &&
H A DUIMouseHandler.cpp88 case UIVisualStateType_Seamless:
H A DUIActionPoolRuntime.cpp2160 if (restrictedVisualStates & UIVisualStateType_Seamless)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp78 case UIVisualStateType_Seamless:
86 uisession()->changeVisualState(UIVisualStateType_Seamless);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp48 : UIMachineLogic(pParent, pSession, UIVisualStateType_Seamless)
139 uisession()->setRequestedVisualState(UIVisualStateType_Seamless);
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h569 UIVisualStateType_Seamless = RT_BIT(2), enumerator in enum:UIVisualStateType
H A DUIExtraDataManager.cpp3042 if (isFeatureAllowed(GUI_Seamless, strID)) return UIVisualStateType_Seamless;
3050 setExtraDataString(GUI_Seamless, toFeatureAllowed(visualState == UIVisualStateType_Seamless), strID);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp314 uisession()->setRequestedVisualState(UIVisualStateType_Seamless);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp827 case UIVisualStateType_Seamless: strResult = "Seamless"; break;
847 keys << "Seamless"; values << UIVisualStateType_Seamless; local
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp4013 visualStateType = UIVisualStateType_Seamless;

Completed in 123 milliseconds