Searched defs:google_base_url (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_data.cc62 explicit IOThreadSearchTermsData(const std::string& google_base_url);
74 const std::string& google_base_url) : google_base_url_(google_base_url) {
93 void OnChange(const std::string& google_base_url);
111 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) { argument
114 install_data_->OnGoogleURLChange(google_base_url);
257 const std::string& google_base_url) {
258 google_base_url_ = google_base_url;
73 IOThreadSearchTermsData( const std::string& google_base_url) argument
256 OnGoogleURLChange( const std::string& google_base_url) argument
H A Dtemplate_url_unittest.cc24 explicit TestSearchTermsData(const std::string& google_base_url);
32 void set_google_base_url(const std::string& google_base_url) { argument
33 google_base_url_ = google_base_url;
46 TestSearchTermsData::TestSearchTermsData(const std::string& google_base_url) argument
47 : google_base_url_(google_base_url) {
H A Dtemplate_url_service_unittest.cc48 explicit TestSearchTermsData(const char* google_base_url);
58 TestSearchTermsData::TestSearchTermsData(const char* google_base_url) argument
59 : google_base_url_(google_base_url) {

Completed in 213 milliseconds