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