Searched defs:ol (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemMachine.cpp152 QList<UIGChooserItemMachine*> &ol,
165 contains(ol, pMachineItem))
172 ol << pMachineItem;
178 enumerateMachineItems(pItem->items(UIGChooserItemType_Machine), ol, iEnumerationFlags);
180 enumerateMachineItems(pItem->items(UIGChooserItemType_Group), ol, iEnumerationFlags);
151 enumerateMachineItems(const QList<UIGChooserItem*> &il, QList<UIGChooserItemMachine*> &ol, int iEnumerationFlags ) argument

Completed in 46 milliseconds