Home
last modified time | relevance | path

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

/external/chromium_org/components/omnibox/
Dautocomplete_result.h161 typedef std::map<AutocompleteProvider*, ACMatches> ProviderToMatches; typedef
180 void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
Dautocomplete_result.cc165 ProviderToMatches matches_per_provider, old_matches_per_provider; in CopyOldMatches()
168 for (ProviderToMatches::const_iterator i(old_matches_per_provider.begin()); in CopyOldMatches()
425 ProviderToMatches* provider_to_matches) const { in BuildProviderToMatches()