OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_bold_font
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc
337
const bool
use_bold_font
= !!(style & ACMatchClassification::MATCH);
local
338
current_data->font = &(
use_bold_font
? bold_font_ : normal_font_);
Completed in 36 milliseconds