Home
last modified time | relevance | path

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

/external/chromium_org/components/omnibox/
Dautocomplete_match.cc280 int classification_style = ACMatchClassification::NONE; in ClassificationsFromString() local
282 !base::StringToInt(tokens[i + 1], &classification_style)) { in ClassificationsFromString()
287 classification_style)); in ClassificationsFromString()