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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp558 void UIGChooserModel::lookFor(const QString &strLookupSymbol) argument
570 const QString strLookupString = m_strLookupString.isEmpty() || m_strLookupString == strLookupSymbol ?
571 strLookupSymbol : m_strLookupString + strLookupSymbol;
573 const int iFirstIndex = m_strLookupString.isEmpty() || m_strLookupString == strLookupSymbol ?
613 if (m_strLookupString != strLookupSymbol)
614 m_strLookupString += strLookupSymbol;

Completed in 49 milliseconds