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

  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 559 typedef std::map<AutocompleteProvider*, ACMatches> ProviderToMatches;
562 void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
    [all...]
autocomplete.cc 615 ProviderToMatches matches_per_provider, old_matches_per_provider;
618 for (ProviderToMatches::const_iterator i = old_matches_per_provider.begin();
732 ProviderToMatches* provider_to_matches) const {
    [all...]

Completed in 88 milliseconds