Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dautocomplete_match.cc236 const size_t after_match(match_location + match_length); in ClassifyLocationInString() local
237 if (after_match < overall_length) { in ClassifyLocationInString()
238 classification->push_back(ACMatchClassification(after_match, style)); in ClassifyLocationInString()