Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc116 normal_font_(font), in AutocompleteResultView()
209 return std::max(normal_font_.GetHeight(), bold_font_.GetHeight()); in GetFontHeight()
338 current_data->font = &(use_bold_font ? bold_font_ : normal_font_); in DrawString()
469 (prior_classification->font == &normal_font_))) in Elide()
470 j->font = &normal_font_; in Elide()
Dautocomplete_result_view.h110 const gfx::Font normal_font_; variable