OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GoogleBaseURLValue
(Results
1 - 17
of
17
) sorted by null
/external/chromium/chrome/browser/search_engines/
search_terms_data.h
25
virtual std::string
GoogleBaseURLValue
() const = 0;
45
virtual std::string
GoogleBaseURLValue
() const;
search_terms_data.cc
30
const GURL base_url(
GoogleBaseURLValue
());
61
std::string UIThreadSearchTermsData::
GoogleBaseURLValue
() const {
search_provider_install_data.cc
36
virtual std::string
GoogleBaseURLValue
() const;
55
std::string IOThreadSearchTermsData::
GoogleBaseURLValue
() const {
141
UIThreadSearchTermsData().
GoogleBaseURLValue
()));
169
google_base_url_(UIThreadSearchTermsData().
GoogleBaseURLValue
()) {
template_url.cc
230
search_terms_data.
GoogleBaseURLValue
());
359
url.insert(i->index, search_terms_data.
GoogleBaseURLValue
());
template_url_unittest.cc
21
virtual std::string
GoogleBaseURLValue
() const {
template_url_model_unittest.cc
71
virtual std::string
GoogleBaseURLValue
() const {
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
search_terms_data.h
25
virtual std::string
GoogleBaseURLValue
() const;
89
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
search_terms_data.cc
38
std::string SearchTermsData::
GoogleBaseURLValue
() const {
44
const GURL base_url(
GoogleBaseURLValue
());
104
std::string UIThreadSearchTermsData::
GoogleBaseURLValue
() const {
114
SearchTermsData::
GoogleBaseURLValue
();
search_provider_install_data.cc
43
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
55
std::string IOThreadSearchTermsData::
GoogleBaseURLValue
() const {
165
google_base_url_(UIThreadSearchTermsData(profile).
GoogleBaseURLValue
()) {
template_url_service_test_util.cc
128
GoogleURLTracker::UpdatedDetails urls(GURL(data.
GoogleBaseURLValue
()),
template_url.cc
749
search_terms_data.
GoogleBaseURLValue
());
[
all
...]
template_url_unittest.cc
33
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
45
std::string TestSearchTermsData::
GoogleBaseURLValue
() const {
[
all
...]
template_url_service_sync_unittest.cc
[
all
...]
template_url_service_unittest.cc
52
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
64
std::string TestSearchTermsData::
GoogleBaseURLValue
() const {
[
all
...]
template_url_service.cc
184
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
200
std::string OldBaseURLSearchTermsData::
GoogleBaseURLValue
() const {
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc
205
virtual std::string
GoogleBaseURLValue
() const OVERRIDE;
228
: google_base_url_value_(search_terms_data.
GoogleBaseURLValue
()),
241
std::string SearchTermsDataSnapshot::
GoogleBaseURLValue
() const {
[
all
...]
/external/chromium/chrome/browser/policy/
configuration_policy_pref_store.cc
452
virtual std::string
GoogleBaseURLValue
() const {
[
all
...]
Completed in 208 milliseconds