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

  /external/chromium_org/chrome/browser/search/suggestions/
image_manager_impl_unittest.cc 47 SuggestionsProfile suggestions_profile; local
48 ChromeSuggestion* suggestion = suggestions_profile.add_suggestions();
55 image_manager->Initialize(suggestions_profile);
suggestions_source.h 51 const suggestions::SuggestionsProfile suggestions_profile; member in struct:suggestions::SuggestionsSource::RequestContext
59 const SuggestionsProfile& suggestions_profile);
image_manager_impl_browsertest.cc 78 suggestions::SuggestionsProfile suggestions_profile; local
80 suggestions_profile.add_suggestions();
84 test_image_manager_->Initialize(suggestions_profile);
112 suggestions::SuggestionsProfile suggestions_profile; local
114 suggestions_profile.add_suggestions();
118 image_manager->Initialize(suggestions_profile);
222 SuggestionsProfile suggestions_profile; local
223 ChromeSuggestion* suggestion = suggestions_profile.add_suggestions();
227 image_manager_->Initialize(suggestions_profile);
249 SuggestionsProfile suggestions_profile; local
    [all...]

Completed in 1457 milliseconds