Searched refs:canRemoveSuggestionAtIndex (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.h70 bool canRemoveSuggestionAtIndex(unsigned listIndex);
H A DAutoFillPopupMenuClient.cpp99 if (!canRemoveSuggestionAtIndex(listIndex))
116 bool AutoFillPopupMenuClient::canRemoveSuggestionAtIndex(unsigned listIndex) function in class:WebKit::AutoFillPopupMenuClient
H A DWebViewImpl.cpp672 if (!m_autoFillPopupClient->canRemoveSuggestionAtIndex(selectedIndex))

Completed in 185 milliseconds