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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h 179 void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
autocomplete_result.cc 121 BuildProviderToMatches(&matches_per_provider);
122 old_matches.BuildProviderToMatches(&old_matches_per_provider);
338 void AutocompleteResult::BuildProviderToMatches(
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 562 void BuildProviderToMatches(ProviderToMatches* provider_to_matches) const;
    [all...]
autocomplete.cc 616 BuildProviderToMatches(&matches_per_provider);
617 old_matches.BuildProviderToMatches(&old_matches_per_provider);
731 void AutocompleteResult::BuildProviderToMatches(
    [all...]

Completed in 50 milliseconds