HomeSort by relevance Sort by last modified time
    Searched refs:IsVerbatimType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 226 // detected by this IsVerbatimType, as the user will not be able to infer
229 bool IsVerbatimType() const;
autocomplete_result.cc 239 if (empty() || !match_at(0).IsVerbatimType())
244 if ((size() > 1) && match_at(1).IsVerbatimType())
autocomplete_match.cc 447 bool AutocompleteMatch::IsVerbatimType() const {

Completed in 312 milliseconds