HomeSort by relevance Sort by last modified time
    Searched defs:ACMatches (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 352 typedef std::vector<AutocompleteMatch> ACMatches;
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 179 typedef std::vector<AutocompleteMatch> ACMatches;
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& new_matches)
    [all...]

Completed in 213 milliseconds