Home
last modified time | relevance | path

Searched refs:ProviderToMatches (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.h559 typedef std::map<AutocompleteProvider*, ACMatches> ProviderToMatches; typedef
562 void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
Dautocomplete.cc615 ProviderToMatches matches_per_provider, old_matches_per_provider; in CopyOldMatches()
618 for (ProviderToMatches::const_iterator i = old_matches_per_provider.begin(); in CopyOldMatches()
732 ProviderToMatches* provider_to_matches) const { in BuildProviderToMatches()