HomeSort by relevance Sort by last modified time
    Searched full:search_engine (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler_unittest.cc 95 ASSERT_TRUE(settings_override->search_engine);
96 EXPECT_TRUE(settings_override->search_engine->is_default);
97 const ChromeSettingsOverrides::Search_provider* search_engine = local
98 settings_override->search_engine.get();
99 EXPECT_EQ("first", *search_engine->name);
100 EXPECT_EQ("firstkey", *search_engine->keyword);
101 EXPECT_EQ("http://www.foo.com/s?q={searchTerms}", search_engine->search_url);
102 EXPECT_EQ("http://www.foo.com/favicon.ico", *search_engine->favicon_url);
104 *search_engine->suggest_url);
105 EXPECT_EQ("UTF-8", *search_engine->encoding)
140 const ChromeSettingsOverrides::Search_provider* search_engine = local
    [all...]
settings_overrides_handler.cc 139 info->search_engine = ParseSearchEngine(settings.get(), error);
141 if (!info->homepage && !info->search_engine && info->startup_pages.empty()) {
148 if (info->search_engine) {
154 RemoveWwwPrefix(CreateManifestURL(info->search_engine->search_url)
settings_overrides_handler.h 32 search_engine; member in struct:extensions::SettingsOverrides
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.cc 194 if (settings->search_engine) {
198 if (settings->search_engine->is_default) {
234 if (settings->search_engine) {
266 DCHECK(settings->search_engine);
270 info->wants_to_be_default_engine = settings->search_engine->is_default;
275 profile_->GetPrefs(), *settings->search_engine, install_parameter);
  /external/chromium_org/chrome/browser/extensions/
settings_api_helpers.cc 36 if (type == BUBBLE_TYPE_SEARCH_ENGINE && !settings->search_engine)
  /external/chromium_org/chrome/android/java/strings/translations/
android_chrome_strings_am.xtb 8 <translation id="5578795271662203820">???? ??? <ph name="SEARCH_ENGINE"/> ?? ?????</translation>
android_chrome_strings_ja.xtb 8 <translation id="5578795271662203820">????? <ph name="SEARCH_ENGINE"/> ???</translation>
android_chrome_strings_th.xtb 8 <translation id="5578795271662203820">????????????? <ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_zh-CN.xtb 8 <translation id="5578795271662203820">?<ph name="SEARCH_ENGINE"/>??????</translation>
android_chrome_strings_zh-TW.xtb 8 <translation id="5578795271662203820">?? <ph name="SEARCH_ENGINE"/> ??????</translation>
android_chrome_strings_ar.xtb 8 <translation id="5578795271662203820">????? ?? <ph name="SEARCH_ENGINE"/> ?? ??? ??????</translation>
android_chrome_strings_bg.xtb 8 <translation id="5578795271662203820">??????? ?? ????????????? ???: <ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_el.xtb 8 <translation id="5578795271662203820">????????? <ph name="SEARCH_ENGINE"/> ??? ??? ??????</translation>
android_chrome_strings_fa.xtb 8 <translation id="5578795271662203820">?????? <ph name="SEARCH_ENGINE"/> ???? ??? ?????</translation>
android_chrome_strings_hi.xtb 8 <translation id="5578795271662203820">?? ????? ?? ??? <ph name="SEARCH_ENGINE"/> ?????</translation>
android_chrome_strings_iw.xtb 8 <translation id="5578795271662203820">??? ?? ?????? ??? ?-<ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_ko.xtb 8 <translation id="5578795271662203820"><ph name="SEARCH_ENGINE"/>?? ? ??? ??</translation>
android_chrome_strings_ru.xtb 8 <translation id="5578795271662203820">????? ??? ??????????? ? <ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_sr.xtb 8 <translation id="5578795271662203820">??????? ??? ????? ?? <ph name="SEARCH_ENGINE"/>-?</translation>
android_chrome_strings_uk.xtb 8 <translation id="5578795271662203820">?????? ?????????? ? <ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_ca.xtb 8 <translation id="5578795271662203820">Cerca aquesta imatge a <ph name="SEARCH_ENGINE"/></translation>
android_chrome_strings_cs.xtb 8 <translation id="5578795271662203820">Hledat obrázek pomocí <ph name="SEARCH_ENGINE"/></translation>
  /packages/apps/Browser/res/xml/
advanced_preferences.xml 22 android:key="search_engine"
  /packages/apps/Browser/res/xml-sw600dp/
advanced_preferences.xml 22 android:key="search_engine"
  /packages/apps/Browser/src/com/android/browser/
PreferenceKeys.java 47 static final String PREF_SEARCH_ENGINE = "search_engine";

Completed in 2299 milliseconds

1 2 3 4 5