Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/autocomplete/
Dhistory_provider.cc84 ACMatchClassification::Style url_style = in SpansFromTermMatch() local
89 spans.push_back(ACMatchClassification(0, url_style)); in SpansFromTermMatch()
93 spans.push_back(ACMatchClassification(0, url_style)); in SpansFromTermMatch()
98 ACMatchClassification::MATCH | url_style)); in SpansFromTermMatch()
105 spans.push_back(ACMatchClassification(offset, url_style)); in SpansFromTermMatch()
Dbookmark_provider.cc319 ACMatchClassification::Style url_style = in ClassificationsFromMatch() local
324 classifications.push_back(ACMatchClassification(0, url_style)); in ClassificationsFromMatch()
334 text_length, url_style, &new_class); in ClassificationsFromMatch()