Searched refs:fAllGroupsOpened (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.h265 UIGChooserItem* getGroupItem(const QString &strName, UIGChooserItem *pParentItem, bool fAllGroupsOpened);
H A DUIGChooserModel.cpp1722 UIGChooserItem* UIGChooserModel::getGroupItem(const QString &strName, UIGChooserItem *pParentItem, bool fAllGroupsOpened) argument
1744 UIGChooserItem *pFoundItem = getGroupItem(strFirstSuffix, pGroupItem, fAllGroupsOpened);
1746 if (fAllGroupsOpened && pFoundGroupItem->isClosed())
1758 fAllGroupsOpened || shouldBeGroupOpened(pParentItem, strSecondSubName),
1761 return strSecondSuffix.isEmpty() ? pNewGroupItem : getGroupItem(strFirstSuffix, pNewGroupItem, fAllGroupsOpened);

Completed in 2781 milliseconds