Searched refs:google_base_url (Results 1 – 9 of 9) sorted by relevance
33 explicit IOThreadSearchTermsData(const std::string& google_base_url);52 const std::string& google_base_url) : google_base_url_(google_base_url) { in IOThreadSearchTermsData() argument76 void OnChange(const std::string& google_base_url);94 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) { in OnChange() argument97 install_data_->OnGoogleURLChange(google_base_url); in OnChange()231 const std::string& google_base_url) { in OnGoogleURLChange() argument232 google_base_url_ = google_base_url; in OnGoogleURLChange()
93 std::string google_base_url = "google.com"; in TEST_F() local94 SetGoogleBaseURL("http://" + google_base_url +"/"); in TEST_F()100 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(google_base_url)); in TEST_F()
94 void UIThreadSearchTermsData::SetGoogleBaseURL(std::string* google_base_url) { in SetGoogleBaseURL() argument96 google_base_url_ = google_base_url; in SetGoogleBaseURL()
53 static void SetGoogleBaseURL(std::string* google_base_url);
64 void OnGoogleURLChange(const std::string& google_base_url);
17 explicit TestSearchTermsData(const char* google_base_url) in TestSearchTermsData() argument18 : google_base_url_(google_base_url) { in TestSearchTermsData()
263 void TemplateURLRef::SetGoogleBaseURL(std::string* google_base_url) { in SetGoogleBaseURL() argument264 UIThreadSearchTermsData::SetGoogleBaseURL(google_base_url); in SetGoogleBaseURL()
220 static void SetGoogleBaseURL(std::string* google_base_url);
67 explicit TestSearchTermsData(const char* google_base_url) in TestSearchTermsData() argument68 : google_base_url_(google_base_url) { in TestSearchTermsData()