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

  /external/webkit/WebKit/chromium/src/
AutocompletePopupMenuClient.cpp 44 return m_suggestions.size();
49 ASSERT(listIndex >= 0 && listIndex < m_suggestions.size());
50 return m_suggestions[listIndex];
55 ASSERT(listIndex >= 0 && listIndex < m_suggestions.size());
56 m_suggestions.remove(listIndex);
75 m_suggestions.clear();
77 m_suggestions.append(suggestions[i]);
AutocompletePopupMenuClient.h 60 Vector<WebCore::String> m_suggestions; member in class:WebKit::AutocompletePopupMenuClient

Completed in 29 milliseconds