Searched refs:GetMemorySize (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxGuestRAMSlider.cpp74 ulong fullSize = vboxGlobal().host().GetMemorySize();
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp150 machine->GetMemorySize(&memorySize);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSystem.cpp96 systemData.m_iMemorySize = m_machine.GetMemorySize();
309 ulong uFullSize = vboxGlobal().host().GetMemorySize();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp310 QApplication::translate("UIGDetails", "%1 MB", "details").arg(machine().GetMemorySize()));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2166 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
2907 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_0.h2704 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3446 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_1.h2610 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3418 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_2.h2668 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3542 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_0.h2919 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3752 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_1.h3110 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
3989 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_2.h3382 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
4333 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_3.h5074 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachine_vtbl
5798 nsresult (*GetMemorySize)(IMachine *pThis, PRUint32 *memorySize); member in struct:IMachineVtbl
6529 #define IMachine_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
6530 #define IMachine_GetMemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
7704 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHost_vtbl
7855 nsresult (*GetMemorySize)(IHost *pThis, PRUint32 *memorySize); member in struct:IHostVtbl
8003 #define IHost_get_MemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
8004 #define IHost_GetMemorySize(p, aMemorySize) ((p)->lpVtbl->GetMemorySize(p, aMemorySize))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1064 .arg (aMachine.GetMemorySize())

Completed in 388 milliseconds