Searched defs:URL_WHAT_YOU_TYPED (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_match_type.h17 URL_WHAT_YOU_TYPED = 0, // The input as a URL. enumerator in enum:AutocompleteMatchType::Type
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DOmniboxSuggestion.java39 URL_WHAT_YOU_TYPED (0), // The input as a URL. enum constant in enum:OmniboxSuggestion.Type
72 return URL_WHAT_YOU_TYPED;
81 return this == URL_WHAT_YOU_TYPED || this.isHistoryUrl() || this == NAVSUGGEST;

Completed in 101 milliseconds