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

  /external/chromium/chrome/browser/webdata/
keyword_table.cc 76 "suggest_url VARCHAR,"
100 "show_in_default_list, suggest_url, prepopulate_id, "
134 "suggest_url, prepopulate_id, autogenerate_keyword, logo_id, "
199 "suggest_url=?, prepopulate_id=?, autogenerate_keyword=?, "
266 "suggest_url VARCHAR,"
279 "date_created, usage_count, input_encodings, suggest_url, "
keyword_table.h 42 // suggest_url
web_database_migration_unittest.cc 256 "date_created, usage_count, input_encodings, suggest_url, "
    [all...]
  /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_model_unittest.cc 122 const std::string& suggest_url,
130 template_url->SetSuggestionsURL(suggest_url, 0, 0);
192 const char* suggest_url,
208 Value::CreateStringValue(suggest_url));
    [all...]
template_url_prepopulate_data.cc 52 const wchar_t* const suggest_url; // If NULL, this engine does not support member in struct:__anon4369::PrepopulatedEngine
3412 std::string suggest_url; local
    [all...]
template_url_prepopulate_data_unittest.cc 105 entry->SetString("suggest_url", "");
  /external/chromium/chrome/common/
pref_names.cc 182 "default_search_provider.suggest_url";
    [all...]

Completed in 1575 milliseconds