Searched refs:GetMonitorCount (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp129 ulong uMonitorCount = machine().GetMonitorCount();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMultiScreenLayout.cpp269 for (uint iGuestScreen = 0; iGuestScreen < machine.GetMonitorCount(); ++iGuestScreen)
H A DUIMachineWindow.cpp514 if (machine().GetMonitorCount() > 1)
H A DUIMachineLogic.cpp1164 int cGuestScreens = machine().GetMonitorCount();
1456 ulong uMonitorCount = machine().GetMonitorCount();
2021 (int)machine().GetMonitorCount() - 1);
2491 const int cGuestScreens = machine().GetMonitorCount();
H A DUISession.cpp1262 m_monitorVisibilityVector.resize(machine().GetMonitorCount());
1305 m_frameBufferVector.resize(machine().GetMonitorCount());
H A DUIIndicatorsPool.cpp646 const ULONG uMonitorCount = machine.GetMonitorCount();
H A DUIKeyboardHandler.cpp803 m_cMonitors = uisession()->machine().GetMonitorCount();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp286 ulong uMonitorCount = machine().GetMonitorCount();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp265 for (uint cScreenId = 0; cScreenId < machine().GetMonitorCount(); ++cScreenId)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.cpp523 for (uint cScreenId = 0; cScreenId < machine().GetMonitorCount(); ++cScreenId)
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp571 ULONG cGuestScreens = m.GetMonitorCount();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp417 int cGuestScreens = machine().GetMonitorCount();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp105 displayData.m_cGuestScreenCount = m_machine.GetMonitorCount();
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2181 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2719 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2686 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2937 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3128 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3400 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5095 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachine_vtbl
5819 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); member in struct:IMachineVtbl
6557 #define IMachine_get_MonitorCount(p, aMonitorCount) ((p)->lpVtbl->GetMonitorCount(p, aMonitorCount))
6558 #define IMachine_GetMonitorCount(p, aMonitorCount) ((p)->lpVtbl->GetMonitorCount(p, aMonitorCount))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1105 int cGuestScreens = aMachine.GetMonitorCount();

Completed in 896 milliseconds