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

  /external/chromium/chrome/browser/search_engines/
search_terms_data.h 24 // Returns the value to use for replacements of type GOOGLE_BASE_URL.
53 static void SetGoogleBaseURL(std::string* google_base_url);
search_provider_install_data.cc 33 explicit IOThreadSearchTermsData(const std::string& google_base_url);
52 const std::string& google_base_url) : google_base_url_(google_base_url) {
76 void OnChange(const std::string& google_base_url);
94 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) {
97 install_data_->OnGoogleURLChange(google_base_url);
231 const std::string& google_base_url) {
232 google_base_url_ = google_base_url;
search_provider_install_data.h 64 void OnGoogleURLChange(const std::string& google_base_url);
search_terms_data.cc 94 void UIThreadSearchTermsData::SetGoogleBaseURL(std::string* google_base_url) {
96 google_base_url_ = google_base_url;
search_host_to_urls_map_unittest.cc 93 std::string google_base_url = "google.com"; local
94 SetGoogleBaseURL("http://" + google_base_url +"/");
100 ASSERT_EQ(&new_t_url, provider_map_->GetTemplateURLForHost(google_base_url));
template_url.cc 140 replacements->push_back(Replacement(GOOGLE_BASE_URL, start));
263 void TemplateURLRef::SetGoogleBaseURL(std::string* google_base_url) {
264 UIThreadSearchTermsData::SetGoogleBaseURL(google_base_url);
358 case GOOGLE_BASE_URL:
512 if ((replacements_[i].type == GOOGLE_BASE_URL) ||
template_url_unittest.cc 17 explicit TestSearchTermsData(const char* google_base_url)
18 : google_base_url_(google_base_url) {
template_url.h 155 GOOGLE_BASE_URL,
220 static void SetGoogleBaseURL(std::string* google_base_url);
template_url_model_unittest.cc 67 explicit TestSearchTermsData(const char* google_base_url)
68 : google_base_url_(google_base_url) {
    [all...]

Completed in 452 milliseconds