HomeSort by relevance Sort by last modified time
    Searched defs:search_url (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/
omnibox_search_hint.cc 187 const TemplateURLRef* const search_url = default_provider->url(); local
188 if (search_url->GetHost() == entry->url().host())
  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 494 const char* const search_url = "http://test.com/search?t={searchTerms}"; local
499 Value::CreateStringValue(search_url));
507 EXPECT_TRUE(StringValue(search_url).Equals(value));
537 const char* const search_url = "http://test.com/search?t={searchTerms}"; local
547 Value::CreateStringValue(search_url));
565 EXPECT_TRUE(StringValue(search_url).Equals(value));
configuration_policy_pref_store.cc 483 std::string search_url; local
485 if (prefs_.GetString(prefs::kDefaultSearchProviderSearchURL, &search_url) &&
486 !search_url.empty()) {
488 const TemplateURLRef search_url_ref(search_url, 0, 0);
504 GURL(search_url).host());
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 387 const std::string& search_url) {
391 if ((new_url.url() && search_url.empty()) ||
392 (!new_url.url() && !search_url.empty()) ||
393 (new_url.url() && new_url.url()->url() != search_url)) {
396 new_url.SetURL(search_url, 0, 0);
769 std::string search_url; local
781 search_url = t_url->url()->url();
796 prefs->SetString(prefs::kDefaultSearchProviderSearchURL, search_url);
824 std::string search_url = local
829 if (!enabled || (suggest_url.empty() && search_url.empty()))
    [all...]
template_url_prepopulate_data.cc 44 // If NULL, we'll autogenerate a keyword based on the search_url every time
50 const wchar_t* const search_url; member in struct:__anon3020::PrepopulatedEngine
3411 std::string search_url; local
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 1256 const TemplateURLRef* search_url = default_provider->url(); local
    [all...]

Completed in 142 milliseconds