Searched refs:suggestions_profile (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl_browsertest.cc78 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...]
H A Dimage_manager_impl_unittest.cc47 SuggestionsProfile suggestions_profile; local
48 ChromeSuggestion* suggestion = suggestions_profile.add_suggestions();
55 image_manager->Initialize(suggestions_profile);
H A Dsuggestions_source.h51 const suggestions::SuggestionsProfile suggestions_profile; member in struct:suggestions::SuggestionsSource::RequestContext
59 const SuggestionsProfile& suggestions_profile);
H A Dsuggestions_source.cc106 : suggestions_profile(suggestions_profile_in), // Copy.
150 const SuggestionsProfile& suggestions_profile) {
151 size_t size = suggestions_profile.suggestions_size();
157 RequestContext* context = new RequestContext(suggestions_profile, callback);
162 const ChromeSuggestion& suggestion = suggestions_profile.suggestions(i);
180 RenderOutputHtml(context->suggestions_profile, context->base64_encoded_pngs,
148 OnSuggestionsAvailable( const content::URLDataSource::GotDataCallback& callback, const SuggestionsProfile& suggestions_profile) argument
/external/chromium_org/components/suggestions/
H A Dsuggestions_service_unittest.cc143 void CheckSuggestionsData(const SuggestionsProfile& suggestions_profile) { argument
144 EXPECT_EQ(1, suggestions_profile.suggestions_size());
145 EXPECT_EQ(kTestTitle, suggestions_profile.suggestions(0).title());
146 EXPECT_EQ(kTestUrl, suggestions_profile.suggestions(0).url());
223 scoped_ptr<SuggestionsProfile> suggestions_profile(
229 suggestions_profile->SerializeAsString(),
236 StoreSuggestions(EqualsProto(*suggestions_profile)))
242 Initialize(EqualsProto(*suggestions_profile)))
410 scoped_ptr<SuggestionsProfile> suggestions_profile(
415 .WillOnce(DoAll(SetArgPointee<0>(*suggestions_profile), Retur
[all...]
/external/chromium_org/chrome/browser/android/
H A Dmost_visited_sites.cc420 const SuggestionsProfile& suggestions_profile) {
421 int size = suggestions_profile.suggestions_size();
439 const ChromeSuggestion& suggestion = suggestions_profile.suggestions(i);
454 server_suggestions_ = suggestions_profile;
418 OnSuggestionsProfileAvailable( ScopedJavaGlobalRef<jobject>* j_observer, const SuggestionsProfile& suggestions_profile) argument
H A Dmost_visited_sites.h75 const suggestions::SuggestionsProfile& suggestions_profile);

Completed in 114 milliseconds