Home
last modified time | relevance | path

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

/external/chromium_org/components/omnibox/
Dautocomplete_match.cc221 const size_t after_match(match_location + match_length); in ClassifyLocationInString() local
222 if (after_match < overall_length) { in ClassifyLocationInString()
223 classification->push_back(ACMatchClassification(after_match, style)); in ClassifyLocationInString()