Searched refs:text_class (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Domnibox_provider.cc46 const ACMatchClassification& text_class = text_classes[i]; local
51 tag_styles, tag_start, text_class.offset));
55 if (text_class.style == ACMatchClassification::NONE)
58 tag_start = text_class.offset;
59 tag_styles = ACMatchStyleToTagStyle(text_class.style);
/external/chromium_org/athena/main/
H A Durl_search_provider.cc131 const ACMatchClassification& text_class = text_classes[i]; local
136 tag_styles, tag_start, text_class.offset));
140 if (text_class.style == ACMatchClassification::NONE)
143 tag_start = text_class.offset;
144 tag_styles = ACMatchStyleToTagStyle(text_class.style);

Completed in 1538 milliseconds