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

  /external/chromium_org/components/search_engines/
search_terms_data.cc 17 std::string SearchTermsData::GoogleBaseURLValue() const {
23 const GURL base_url(GoogleBaseURLValue());
search_terms_data.h 23 virtual std::string GoogleBaseURLValue() const;
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.h 24 virtual std::string GoogleBaseURLValue() const OVERRIDE;
ui_thread_search_terms_data.cc 43 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
53 SearchTermsData::GoogleBaseURLValue();
search_provider_install_data.cc 65 virtual std::string GoogleBaseURLValue() const OVERRIDE;
77 std::string IOThreadSearchTermsData::GoogleBaseURLValue() const {
191 google_base_url_(UIThreadSearchTermsData(profile).GoogleBaseURLValue()),
template_url_service_test_util.cc 127 GURL old_url = GURL(data.GoogleBaseURLValue());
template_url.cc 759 search_terms_data.GoogleBaseURLValue());
    [all...]
template_url_service_sync_unittest.cc     [all...]
template_url_service_unittest.cc 50 virtual std::string GoogleBaseURLValue() const OVERRIDE;
62 std::string TestSearchTermsData::GoogleBaseURLValue() const {
    [all...]
template_url_unittest.cc 26 virtual std::string GoogleBaseURLValue() const OVERRIDE;
50 std::string TestSearchTermsData::GoogleBaseURLValue() const {
    [all...]
template_url_service.cc 138 virtual std::string GoogleBaseURLValue() const OVERRIDE;
154 std::string OldBaseURLSearchTermsData::GoogleBaseURLValue() const {
    [all...]
  /external/chromium_org/chrome/browser/search/
instant_service.cc 72 GURL(UIThreadSearchTermsData(profile).GoogleBaseURLValue());
412 GURL google_base_url(UIThreadSearchTermsData(profile_).GoogleBaseURLValue());
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 282 virtual std::string GoogleBaseURLValue() const OVERRIDE;
301 : google_base_url_value_(search_terms_data.GoogleBaseURLValue()),
310 std::string SearchTermsDataSnapshot::GoogleBaseURLValue() const {
    [all...]

Completed in 801 milliseconds