Searched defs:SetGoogleBaseURL (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dsearch_terms_data.cc94 void UIThreadSearchTermsData::SetGoogleBaseURL(std::string* google_base_url) { function in class:UIThreadSearchTermsData
H A Dsearch_host_to_urls_map_unittest.cc21 TemplateURLRef::SetGoogleBaseURL(NULL);
25 void SetGoogleBaseURL(const std::string& base_url) const { function in class:SearchHostToURLsMapTest
26 TemplateURLRef::SetGoogleBaseURL(new std::string(base_url));
94 SetGoogleBaseURL("http://" + google_base_url +"/");
104 SetGoogleBaseURL("http://" + new_google_base_url +"/");
H A Dtemplate_url_model_test_util.cc160 TemplateURLRef::SetGoogleBaseURL(NULL);
218 void TemplateURLModelTestUtil::SetGoogleBaseURL( function in class:TemplateURLModelTestUtil
220 TemplateURLRef::SetGoogleBaseURL(new std::string(base_url));
H A Dtemplate_url.cc263 void TemplateURLRef::SetGoogleBaseURL(std::string* google_base_url) { function in class:TemplateURLRef
264 UIThreadSearchTermsData::SetGoogleBaseURL(google_base_url);
H A Dtemplate_url_model_unittest.cc276 void SetGoogleBaseURL(const std::string& base_url) const { function in class:TemplateURLModelTest
277 test_util_.SetGoogleBaseURL(base_url);
847 SetGoogleBaseURL("http://google.com/");
857 SetGoogleBaseURL("http://foo.com/");
/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_terms_data.cc188 void UIThreadSearchTermsData::SetGoogleBaseURL(const std::string& base_url) { function in class:UIThreadSearchTermsData
H A Dtemplate_url_service_test_util.cc124 void TemplateURLServiceTestUtilBase::SetGoogleBaseURL( function in class:TemplateURLServiceTestUtilBase
130 UIThreadSearchTermsData::SetGoogleBaseURL(base_url.spec());
221 UIThreadSearchTermsData::SetGoogleBaseURL(std::string());

Completed in 703 milliseconds