HomeSort by relevance Sort by last modified time
    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;
81 virtual std::string GoogleBaseURLValue() const OVERRIDE;
search_terms_data.cc 36 std::string SearchTermsData::GoogleBaseURLValue() const {
42 const GURL base_url(GoogleBaseURLValue());
97 std::string UIThreadSearchTermsData::GoogleBaseURLValue() const {
107 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 714 search_terms_data.GoogleBaseURLValue());
814 std::string(), search_terms_data.GoogleBaseURLValue(), *i, &url);
    [all...]
template_url_unittest.cc 32 virtual std::string GoogleBaseURLValue() const OVERRIDE;
44 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 185 virtual std::string GoogleBaseURLValue() const OVERRIDE;
201 std::string OldBaseURLSearchTermsData::GoogleBaseURLValue() const {
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 160 virtual std::string GoogleBaseURLValue() const OVERRIDE;
182 : google_base_url_value_(search_terms_data.GoogleBaseURLValue()),
194 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 98 milliseconds