Home
last modified time | relevance | path

Searched refs:m_separatorIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp52 : 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()
[all …]
DAutoFillPopupMenuClient.h138 int m_separatorIndex; variable