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

  /external/chromium_org/chrome/browser/search/
instant_unittest_base.cc 55 UIThreadSearchTermsData::SetGoogleBaseURL("https://www.google.com/");
64 UIThreadSearchTermsData::SetGoogleBaseURL("");
92 UIThreadSearchTermsData::SetGoogleBaseURL(new_google_base_url);
search_unittest.cc 639 UIThreadSearchTermsData::SetGoogleBaseURL("http://www.foo.com/");
646 UIThreadSearchTermsData::SetGoogleBaseURL(std::string());
    [all...]
  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 53 static void SetGoogleBaseURL(std::string* google_base_url);
template_url_model_test_util.h 77 void SetGoogleBaseURL(const std::string& base_url) const;
search_host_to_urls_map_unittest.cc 21 TemplateURLRef::SetGoogleBaseURL(NULL);
25 void SetGoogleBaseURL(const std::string& base_url) const {
26 TemplateURLRef::SetGoogleBaseURL(new std::string(base_url));
94 SetGoogleBaseURL("http://" + google_base_url +"/");
104 SetGoogleBaseURL("http://" + new_google_base_url +"/");
template_url_model_test_util.cc 160 TemplateURLRef::SetGoogleBaseURL(NULL);
218 void TemplateURLModelTestUtil::SetGoogleBaseURL(
220 TemplateURLRef::SetGoogleBaseURL(new std::string(base_url));
search_terms_data.cc 94 void UIThreadSearchTermsData::SetGoogleBaseURL(std::string* google_base_url) {
search_provider_install_data_unittest.cc 286 util_.SetGoogleBaseURL("http://" + google_host + "/");
307 util_.SetGoogleBaseURL("http://" + google_host + "/");
template_url_model_unittest.cc 276 void SetGoogleBaseURL(const std::string& base_url) const {
277 test_util_.SetGoogleBaseURL(base_url);
    [all...]
template_url.cc 263 void TemplateURLRef::SetGoogleBaseURL(std::string* google_base_url) {
264 UIThreadSearchTermsData::SetGoogleBaseURL(google_base_url);
template_url.h 220 static void SetGoogleBaseURL(std::string* google_base_url);
template_url_unittest.cc 45 TemplateURLRef::SetGoogleBaseURL(NULL);
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 102 static void SetGoogleBaseURL(const std::string& base_url);
template_url_service_test_util.h 64 void SetGoogleBaseURL(const GURL& base_url) const;
template_url_service_test_util.cc 124 void TemplateURLServiceTestUtilBase::SetGoogleBaseURL(
130 UIThreadSearchTermsData::SetGoogleBaseURL(base_url.spec());
223 UIThreadSearchTermsData::SetGoogleBaseURL(std::string());
search_provider_install_data_unittest.cc 255 util_.SetGoogleBaseURL(GURL("http://" + google_host + "/"));
272 util_.SetGoogleBaseURL(GURL("http://" + google_host + "/"));
search_terms_data.cc 219 void UIThreadSearchTermsData::SetGoogleBaseURL(const std::string& base_url) {
template_url_unittest.cc 537 UIThreadSearchTermsData::SetGoogleBaseURL(test_data[i].base_url);
839 UIThreadSearchTermsData::SetGoogleBaseURL(base_url_str);
    [all...]
template_url_service_unittest.cc     [all...]
template_url_service_sync_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_unittest.cc 190 UIThreadSearchTermsData::SetGoogleBaseURL("http://google.com/");
348 UIThreadSearchTermsData::SetGoogleBaseURL("http://www.foo.com/");
355 UIThreadSearchTermsData::SetGoogleBaseURL(std::string());

Completed in 546 milliseconds