Lines Matching refs:ACMatches
179 typedef std::vector<AutocompleteMatch> ACMatches; typedef
403 const ACMatches& matches() const { return matches_; } in matches()
448 ACMatches matches_;
467 typedef ACMatches::const_iterator const_iterator;
468 typedef ACMatches::iterator iterator;
518 void AppendMatches(const ACMatches& matches);
559 typedef std::map<AutocompleteProvider*, ACMatches> ProviderToMatches;
567 const ACMatches& matches);
571 void MergeMatchesByProvider(const ACMatches& old_matches,
572 const ACMatches& new_matches);
574 ACMatches matches_;