Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dsearch_provider.cc395 if (FindTopMatch() == matches_.end()) { in UpdateMatches()
404 DCHECK(FindTopMatch() != matches_.end()); in UpdateMatches()
798 ACMatches::const_iterator SearchProvider::FindTopMatch() const { in FindTopMatch() function in SearchProvider
821 ACMatches::const_iterator first_match = FindTopMatch(); in IsTopMatchSearchWithURLInput()
Dsearch_provider.h203 ACMatches::const_iterator FindTopMatch() const;