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.h 23 virtual std::string GoogleBaseURLValue() const;
testing_search_terms_data.cc 18 std::string TestingSearchTermsData::GoogleBaseURLValue() const {
search_terms_data.cc 17 std::string SearchTermsData::GoogleBaseURLValue() const {
23 const GURL base_url(GoogleBaseURLValue());
testing_search_terms_data.h 15 virtual std::string GoogleBaseURLValue() const OVERRIDE;
template_url_service_sync_unittest.cc     [all...]
template_url.cc 767 search_terms_data.GoogleBaseURLValue());
    [all...]
  /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 45 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
55 SearchTermsData::GoogleBaseURLValue();
search_provider_install_state_message_filter.cc 25 UIThreadSearchTermsData(profile).GoogleBaseURLValue(),
search_provider_install_data.cc 63 virtual std::string GoogleBaseURLValue() const OVERRIDE;
75 std::string IOThreadSearchTermsData::GoogleBaseURLValue() const {
search_provider_install_data_unittest.cc 163 util_.model(), SearchTermsData().GoogleBaseURLValue(), NULL,
  /external/chromium_org/chrome/browser/search/
instant_service.cc 71 GURL(UIThreadSearchTermsData(profile).GoogleBaseURLValue());
409 GURL google_base_url(UIThreadSearchTermsData(profile_).GoogleBaseURLValue());
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 283 virtual std::string GoogleBaseURLValue() const OVERRIDE;
316 : google_base_url_value_(search_terms_data.GoogleBaseURLValue()),
338 std::string SearchTermsDataSnapshot::GoogleBaseURLValue() const {
    [all...]

Completed in 602 milliseconds