Searched defs:GoogleBaseURLValue (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/components/search_engines/
H A Dsearch_terms_data.cc17 std::string SearchTermsData::GoogleBaseURLValue() const { function in class:SearchTermsData
23 const GURL base_url(GoogleBaseURLValue());
H A Dtesting_search_terms_data.cc18 std::string TestingSearchTermsData::GoogleBaseURLValue() const { function in class:TestingSearchTermsData
/external/chromium_org/chrome/browser/search_engines/
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 Dui_thread_search_terms_data.cc45 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const { function in class:UIThreadSearchTermsData
55 SearchTermsData::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 122 milliseconds