Lines Matching refs:ACMatches
535 for (ACMatches::iterator i = matches_.begin(); i != matches_.end(); ++i) in UpdateStarredStateOfMatches()
595 for (ACMatches::iterator i = begin(); i != end(); ++i) in CopyOldMatches()
626 void AutocompleteResult::AppendMatches(const ACMatches& matches) { in AppendMatches()
634 ACMatches::iterator insertion_point = in AddMatch()
636 ACMatches::iterator::difference_type default_offset = in AddMatch()
672 for (ACMatches::const_iterator i = begin(); i != end(); ++i) { in HasCopiedMatches()
733 for (ACMatches::const_iterator i = begin(); i != end(); ++i) in BuildProviderToMatches()
739 const ACMatches& matches) { in HasMatchByDestination()
740 for (ACMatches::const_iterator i = matches.begin(); i != matches.end(); ++i) { in HasMatchByDestination()
747 void AutocompleteResult::MergeMatchesByProvider(const ACMatches& old_matches, in MergeMatchesByProvider()
748 const ACMatches& new_matches) { in MergeMatchesByProvider()
761 for (ACMatches::const_reverse_iterator i = old_matches.rbegin(); in MergeMatchesByProvider()