OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normal_font_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h
110
const gfx::Font
normal_font_
;
member in class:AutocompleteResultView
autocomplete_result_view.cc
116
normal_font_
(font),
209
return std::max(
normal_font_
.GetHeight(), bold_font_.GetHeight());
338
current_data->font = &(use_bold_font ? bold_font_ :
normal_font_
);
469
(prior_classification->font == &
normal_font_
)))
470
j->font = &
normal_font_
;
Completed in 534 milliseconds