Searched refs:SetGroups (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp2057 machine.SetGroups(newGroupList.toVector());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3362 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5054 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachine_vtbl
5778 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachineVtbl
6503 #define IMachine_put_Groups(p, aGroups) ((p)->lpVtbl->SetGroups(p, aGroups))
6504 #define IMachine_SetGroups(p, aGroups) ((p)->lpVtbl->SetGroups(p, aGroups))

Completed in 2888 milliseconds