Lines Matching refs:m_separatorIndex
52 : m_separatorIndex(-1) in AutoFillPopupMenuClient()
64 return m_names.size() + ((m_separatorIndex == -1) ? 0 : 1); in getSuggestionsCount()
112 if (m_separatorIndex != -1) in removeSuggestionAtIndex()
113 m_separatorIndex--; in removeSuggestionAtIndex()
121 …return !m_uniqueIDs[index] && (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separ… in canRemoveSuggestionAtIndex()
130 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex)) in valueChanged()
148 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex)) in selectionChanged()
228 return (m_separatorIndex != -1 && static_cast<unsigned>(m_separatorIndex) == listIndex); in itemIsSeparator()
334 m_separatorIndex = separatorIndex; in setSuggestions()
343 if (listIndex == static_cast<unsigned>(m_separatorIndex)) in convertListIndexToInternalIndex()
346 if (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex)) in convertListIndexToInternalIndex()