Searched refs:monitorCount (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/ |
H A D | crservice.cpp | 942 ULONG monitorCount, i, w, h; local 945 CHECK_ERROR_BREAK(pMachine, COMGETTER(MonitorCount)(&monitorCount)); 949 g_u32ScreenCount = monitorCount; 951 rc = crVBoxServerSetScreenCount(monitorCount); 957 for (i=0; i<monitorCount; ++i)
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2181 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 2182 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v3_0.h | 2719 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 2720 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v3_1.h | 2628 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 2629 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v3_2.h | 2686 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 2687 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v4_0.h | 2937 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 2938 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v4_1.h | 3128 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 3129 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v4_2.h | 3400 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 3401 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
H A D | VBoxCAPI_v4_3.h | 5095 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 5096 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount); 5819 nsresult (*GetMonitorCount)(IMachine *pThis, PRUint32 *monitorCount); 5820 nsresult (*SetMonitorCount)(IMachine *pThis, PRUint32 monitorCount);
|
/vbox/src/VBox/Frontends/VBoxShell/ |
H A D | vboxshell.py | 975 print " Monitors [monitorCount]: %d" % (mach.monitorCount)
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | vbox.py | 1787 reporter.log(" Monitors: %s" % (oVM.monitorCount));
|
Completed in 1629 milliseconds