Searched refs:changeVisualState (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp86 uisession()->changeVisualState(UIVisualStateType_Seamless);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp140 uisession()->changeVisualState(UIVisualStateType_Normal);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp246 uisession()->changeVisualState(type);
353 uisession()->changeVisualState(UIVisualStateType_Normal);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h166 void changeVisualState(UIVisualStateType visualStateType);
H A DUIMachineLogic.cpp461 uisession()->changeVisualState(UIVisualStateType_Normal);
467 uisession()->changeVisualState(UIVisualStateType_Fullscreen);
473 uisession()->changeVisualState(UIVisualStateType_Seamless);
479 uisession()->changeVisualState(UIVisualStateType_Scale);
H A DUISession.cpp472 void UISession::changeVisualState(UIVisualStateType visualStateType) function in class:UISession

Completed in 59 milliseconds