Home
last modified time | relevance | path

Searched refs:IsVerbatimType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/omnibox/
Dautocomplete_result.cc335 if (empty() || !match_at(0).IsVerbatimType()) in TopMatchIsStandaloneVerbatimMatch()
343 return !i->IsVerbatimType(); in TopMatchIsStandaloneVerbatimMatch()
Dautocomplete_match.h255 bool IsVerbatimType() const;
Dautocomplete_match.cc484 bool AutocompleteMatch::IsVerbatimType() const { in IsVerbatimType() function in AutocompleteMatch