Lines Matching refs:ACMatches
186 ACMatches::iterator SearchProvider::FindTopMatch(ACMatches* matches) { in FindTopMatch()
187 ACMatches::iterator it = matches->begin(); in FindTopMatch()
500 ACMatches::const_iterator first_match = FindTopMatch(); in UpdateMatches()
826 for (ACMatches::iterator it = matches_.begin(); it != matches_.end(); in ConvertResultsToAutocompleteMatches()
878 ACMatches matches; in ConvertResultsToAutocompleteMatches()
901 ACMatches::iterator default_match = FindTopMatch(&matches); in ConvertResultsToAutocompleteMatches()
915 for (ACMatches::const_iterator i(matches.begin()); in ConvertResultsToAutocompleteMatches()
941 void SearchProvider::RemoveExtraAnswers(ACMatches* matches) { in RemoveExtraAnswers()
943 for (ACMatches::iterator it = matches->begin(); it != matches->end(); ++it) { in RemoveExtraAnswers()
955 ACMatches::const_iterator SearchProvider::FindTopMatch() const { in FindTopMatch()
956 ACMatches::const_iterator it = matches_.begin(); in FindTopMatch()
963 ACMatches::const_iterator first_match = FindTopMatch(); in IsTopMatchSearchWithURLInput()
973 ACMatches* matches) { in AddNavigationResultsToMatches()
1430 ACMatches matches; in FindAnswersPrefetchData()