OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:google_base_url
(Results
1 - 13
of
13
) 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
...]
/external/chromium_org/chrome/browser/search_engines/
search_provider_install_data.cc
40
explicit IOThreadSearchTermsData(const std::string&
google_base_url
);
52
const std::string&
google_base_url
) : google_base_url_(
google_base_url
) {
71
void OnChange(const std::string&
google_base_url
);
89
void GoogleURLChangeNotifier::OnChange(const std::string&
google_base_url
) {
92
install_data_->OnGoogleURLChange(
google_base_url
);
224
const std::string&
google_base_url
) {
225
google_base_url_ =
google_base_url
;
search_provider_install_data.h
64
void OnGoogleURLChange(const std::string&
google_base_url
);
template_url_unittest.cc
31
explicit TestSearchTermsData(const std::string&
google_base_url
);
41
TestSearchTermsData::TestSearchTermsData(const std::string&
google_base_url
)
42
: google_base_url_(
google_base_url
) {
[
all
...]
template_url_service_unittest.cc
50
explicit TestSearchTermsData(const char*
google_base_url
);
60
TestSearchTermsData::TestSearchTermsData(const char*
google_base_url
)
61
: google_base_url_(
google_base_url
) {
[
all
...]
Completed in 424 milliseconds