Searched refs:bold_font (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.h30 const gfx::Font& bold_font);
66 const gfx::Font& bold_font);
H A Dtouch_autocomplete_popup_contents_view.cc25 const gfx::Font& bold_font)
26 : AutocompleteResultView(model, model_index, font, bold_font) {
119 const gfx::Font& bold_font) {
120 return new TouchAutocompleteResultView(model, model_index, font, bold_font);
21 TouchAutocompleteResultView( AutocompleteResultViewModel* model, int model_index, const gfx::Font& font, const gfx::Font& bold_font) argument
115 CreateResultView( AutocompleteResultViewModel* model, int model_index, const gfx::Font& font, const gfx::Font& bold_font) argument
H A Dautocomplete_result_view.h40 const gfx::Font& bold_font);
H A Dautocomplete_popup_contents_view.h93 const gfx::Font& bold_font);
H A Dautocomplete_result_view.cc113 const gfx::Font& bold_font)
117 bold_font_(bold_font),
109 AutocompleteResultView( AutocompleteResultViewModel* model, int model_index, const gfx::Font& font, const gfx::Font& bold_font) argument
H A Dautocomplete_popup_contents_view.cc501 const gfx::Font& bold_font) {
502 return new AutocompleteResultView(model, model_index, font, bold_font);
497 CreateResultView( AutocompleteResultViewModel* model, int model_index, const gfx::Font& font, const gfx::Font& bold_font) argument
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc65 gfx::Font bold_font = local
68 warning_ = new views::Label(warning_text, bold_font);

Completed in 69 milliseconds