Searched refs:GoogleBaseURLValue (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/components/search_engines/
H A Dtesting_search_terms_data.cc18 std::string TestingSearchTermsData::GoogleBaseURLValue() const { function in class:TestingSearchTermsData
H A Dsearch_terms_data.cc17 std::string SearchTermsData::GoogleBaseURLValue() const { function in class:SearchTermsData
23 const GURL base_url(GoogleBaseURLValue());
H A Dsearch_terms_data.h23 virtual std::string GoogleBaseURLValue() const;
H A Dtesting_search_terms_data.h15 virtual std::string GoogleBaseURLValue() const OVERRIDE;
H A Dtemplate_url_service_sync_unittest.cc1120 GURL google_url(model()->search_terms_data().GoogleBaseURLValue());
1142 model()->search_terms_data().GoogleBaseURLValue())));
1215 model()->search_terms_data().GoogleBaseURLValue())));
H A Dtemplate_url.cc767 search_terms_data.GoogleBaseURLValue());
867 std::string(), search_terms_data.GoogleBaseURLValue(), *i, &url);
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.h24 virtual std::string GoogleBaseURLValue() const OVERRIDE;
H A Dui_thread_search_terms_data.cc45 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const { function in class:UIThreadSearchTermsData
55 SearchTermsData::GoogleBaseURLValue();
H A Dsearch_provider_install_state_message_filter.cc25 UIThreadSearchTermsData(profile).GoogleBaseURLValue(),
H A Dsearch_provider_install_data.cc63 virtual std::string GoogleBaseURLValue() const OVERRIDE;
75 std::string IOThreadSearchTermsData::GoogleBaseURLValue() const { function in class:__anon4640::IOThreadSearchTermsData
H A Dsearch_provider_install_data_unittest.cc163 util_.model(), SearchTermsData().GoogleBaseURLValue(), NULL,
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc71 GURL(UIThreadSearchTermsData(profile).GoogleBaseURLValue());
409 GURL google_base_url(UIThreadSearchTermsData(profile_).GoogleBaseURLValue());
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc283 virtual std::string GoogleBaseURLValue() const OVERRIDE;
316 : google_base_url_value_(search_terms_data.GoogleBaseURLValue()),
338 std::string SearchTermsDataSnapshot::GoogleBaseURLValue() const { function in class:SearchTermsDataSnapshot

Completed in 3082 milliseconds