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

/external/chromium_org/components/search_engines/
H A Dtesting_search_terms_data.cc10 const std::string& google_base_url)
11 : google_base_url_(google_base_url),
9 TestingSearchTermsData( const std::string& google_base_url) argument
H A Dtesting_search_terms_data.h12 explicit TestingSearchTermsData(const std::string& google_base_url);
24 void set_google_base_url(const std::string& google_base_url) { argument
25 google_base_url_ = google_base_url;
/external/chromium_org/chrome/browser/search_engines/
H A Dsearch_provider_install_data.cc60 explicit IOThreadSearchTermsData(const std::string& google_base_url);
72 const std::string& google_base_url) : google_base_url_(google_base_url) {
91 void OnChange(const std::string& google_base_url);
109 void GoogleURLChangeNotifier::OnChange(const std::string& google_base_url) { argument
112 install_data_->OnGoogleURLChange(google_base_url);
183 const std::string& google_base_url,
187 google_base_url_(google_base_url),
257 const std::string& google_base_url) {
258 google_base_url_ = google_base_url;
71 IOThreadSearchTermsData( const std::string& google_base_url) argument
181 SearchProviderInstallData( TemplateURLService* template_url_service, const std::string& google_base_url, GoogleURLTracker* google_url_tracker, content::RenderProcessHost* host) argument
256 OnGoogleURLChange( const std::string& google_base_url) argument
[all...]

Completed in 588 milliseconds