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

  /external/chromium/chrome/browser/policy/
configuration_policy_pref_store_unittest.cc 538 const char* const suggest_url = "http://test.com/sugg?={searchTerms}"; local
553 Value::CreateStringValue(suggest_url));
577 EXPECT_TRUE(StringValue(suggest_url).Equals(value));
591 const char* const suggest_url = "http://test.com/sugg?t={searchTerms}"; local
604 Value::CreateStringValue(suggest_url));
631 const char* const suggest_url = "http://test.com/sugg?t={searchTerms}"; local
646 Value::CreateStringValue(suggest_url));
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 770 std::string suggest_url; local
783 suggest_url = t_url->suggestions_url()->url();
797 prefs->SetString(prefs::kDefaultSearchProviderSuggestURL, suggest_url);
822 std::string suggest_url = local
829 if (!enabled || (suggest_url.empty() && search_url.empty())) {
850 (*default_provider)->SetSuggestionsURL(suggest_url, 0, 0);
    [all...]
template_url_prepopulate_data.cc 52 const wchar_t* const suggest_url; // If NULL, this engine does not support member in struct:__anon4367::PrepopulatedEngine
3412 std::string suggest_url; local
    [all...]

Completed in 163 milliseconds