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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp936 if (UIGChooserItem *pFoundItem = pItem->searchForItem(strSearchTag, iItemSearchFlags))
937 return pFoundItem;
939 if (UIGChooserItem *pFoundItem = pItem->searchForItem(strSearchTag, iItemSearchFlags))
940 return pFoundItem;
H A DUIGChooserModel.cpp1744 UIGChooserItem *pFoundItem = getGroupItem(strFirstSuffix, pGroupItem, fAllGroupsOpened); local
1745 if (UIGChooserItemGroup *pFoundGroupItem = pFoundItem->toGroupItem())
1748 return pFoundItem;

Completed in 81 milliseconds