Searched defs:changeType (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/ |
H A D | UIMachineLogicSeamless.cpp | 184 void UIMachineLogicSeamless::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument 192 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/ |
H A D | UIMachineLogicFullscreen.cpp | 412 void UIMachineLogicFullscreen::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument 422 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo); 427 UIMachineLogic::sltGuestMonitorChange(changeType, uScreenId, screenGeo);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.cpp | 772 void UISession::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) argument 775 if (changeType == KGuestMonitorChangedEventType_NewOrigin) 779 if (changeType == KGuestMonitorChangedEventType_Disabled && uScreenId == 0) 784 && changeType == KGuestMonitorChangedEventType_Enabled) 788 && changeType == KGuestMonitorChangedEventType_Disabled) 792 emit sigGuestMonitorChange(changeType, uScreenId, screenGeo);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | lbxstr.h | 50 BOOL changeType; member in struct:__anon2725
|
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/ |
H A D | lbxproto.h | 97 BOOL changeType; member in struct:__anon3904
|
Completed in 114 milliseconds