OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetGoogleBaseURL
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/search_engines/
search_terms_data.cc
94
void UIThreadSearchTermsData::
SetGoogleBaseURL
(std::string* google_base_url) {
search_host_to_urls_map_unittest.cc
21
TemplateURLRef::
SetGoogleBaseURL
(NULL);
25
void
SetGoogleBaseURL
(const std::string& base_url) const {
26
TemplateURLRef::
SetGoogleBaseURL
(new std::string(base_url));
94
SetGoogleBaseURL
("http://" + google_base_url +"/");
104
SetGoogleBaseURL
("http://" + new_google_base_url +"/");
template_url_model_test_util.cc
160
TemplateURLRef::
SetGoogleBaseURL
(NULL);
218
void TemplateURLModelTestUtil::
SetGoogleBaseURL
(
220
TemplateURLRef::
SetGoogleBaseURL
(new std::string(base_url));
template_url.cc
263
void TemplateURLRef::
SetGoogleBaseURL
(std::string* google_base_url) {
264
UIThreadSearchTermsData::
SetGoogleBaseURL
(google_base_url);
template_url_model_unittest.cc
276
void
SetGoogleBaseURL
(const std::string& base_url) const {
277
test_util_.
SetGoogleBaseURL
(base_url);
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.cc
219
void UIThreadSearchTermsData::
SetGoogleBaseURL
(const std::string& base_url) {
template_url_service_test_util.cc
124
void TemplateURLServiceTestUtilBase::
SetGoogleBaseURL
(
130
UIThreadSearchTermsData::
SetGoogleBaseURL
(base_url.spec());
223
UIThreadSearchTermsData::
SetGoogleBaseURL
(std::string());
Completed in 406 milliseconds