OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVerbatimType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h
227
// detected by this
IsVerbatimType
, as the user will not be able to infer
230
bool
IsVerbatimType
() const;
autocomplete_result.cc
268
if (empty() || !match_at(0).
IsVerbatimType
())
270
return !(size() > 1) || !match_at(1).
IsVerbatimType
();
autocomplete_match.cc
451
bool AutocompleteMatch::
IsVerbatimType
() const {
Completed in 725 milliseconds