HomeSort by relevance Sort by last modified time
    Searched refs:m_separatorIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp 52 : m_separatorIndex(-1)
64 return m_names.size() + ((m_separatorIndex == -1) ? 0 : 1);
112 if (m_separatorIndex != -1)
113 m_separatorIndex--;
121 return !m_uniqueIDs[index] && (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex));
130 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
148 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
    [all...]
AutoFillPopupMenuClient.h 138 int m_separatorIndex;

Completed in 28 milliseconds