Searched defs:ACMatches (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.h179 typedef std::vector<AutocompleteMatch> ACMatches; typedef
403 const ACMatches& matches() const { return 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
[all...]

Completed in 65 milliseconds