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

  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h 70 bool canRemoveSuggestionAtIndex(unsigned listIndex);
AutoFillPopupMenuClient.cpp 99 if (!canRemoveSuggestionAtIndex(listIndex))
116 bool AutoFillPopupMenuClient::canRemoveSuggestionAtIndex(unsigned listIndex)
WebViewImpl.cpp 672 if (!m_autoFillPopupClient->canRemoveSuggestionAtIndex(selectedIndex))
    [all...]

Completed in 159 milliseconds