HomeSort by relevance Sort by last modified time
    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