Searched refs:SEARCH_OTHER_ENGINE (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_match_type.h37 SEARCH_OTHER_ENGINE = 13, // A search with a non-default engine. enumerator in enum:AutocompleteMatchType::Type
H A Dautocomplete_match.cc320 type == AutocompleteMatchType::SEARCH_OTHER_ENGINE ||
486 (type == AutocompleteMatchType::SEARCH_OTHER_ENGINE &&
H A Dkeyword_provider.cc388 supports_replacement ? AutocompleteMatchType::SEARCH_OTHER_ENGINE :
H A Dsearch_provider.cc848 // Note: in this provider, SEARCH_OTHER_ENGINE must correspond
850 // of type SEARCH_OTHER_ENGINE.
860 trimmed_verbatim, AutocompleteMatchType::SEARCH_OTHER_ENGINE,
919 // SEARCH_OTHER_ENGINE is only used in the SearchProvider for the keyword
923 (i->type != AutocompleteMatchType::SEARCH_OTHER_ENGINE)) {
/external/chromium_org/chrome/browser/metrics/
H A Domnibox_metrics_provider.cc58 case AutocompleteMatchType::SEARCH_OTHER_ENGINE:
59 return OmniboxEventProto::Suggestion::SEARCH_OTHER_ENGINE;
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.cc77 match.type != AutocompleteMatchType::SEARCH_OTHER_ENGINE) {
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DOmniboxSuggestion.java56 SEARCH_OTHER_ENGINE (13), // A search with a non-default engine. enum constant in enum:OmniboxSuggestion.Type
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_browsertest.cc82 EXPECT_EQ(AutocompleteMatchType::SEARCH_OTHER_ENGINE,
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc1014 EXPECT_EQ(AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1046 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1059 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1072 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1083 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1095 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1104 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1113 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
1169 AutocompleteMatchType::SEARCH_OTHER_ENGINE,
2850 { { "a", false, AutocompleteMatchType::SEARCH_OTHER_ENGINE, tru
[all...]
H A Dshortcuts_backend.cc62 case AutocompleteMatchType::SEARCH_OTHER_ENGINE:
H A Dautocomplete_controller.cc163 match.type == AutocompleteMatchType::SEARCH_OTHER_ENGINE;
H A Dautocomplete_provider_unittest.cc464 AutocompleteMatchType::SEARCH_OTHER_ENGINE :

Completed in 117 milliseconds