HomeSort by relevance Sort by last modified time
    Searched defs:SetFontList (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/controls/
link.cc 156 void Link::SetFontList(const gfx::FontList& font_list) {
157 Label::SetFontList(font_list);
226 Label::SetFontList(font_list().DeriveWithStyle(intended_style));
label.cc 55 void Label::SetFontList(const gfx::FontList& font_list) {
  /external/chromium_org/ui/views/controls/button/
label_button.cc 81 label_->SetFontList(cached_normal_font_list_);
142 void LabelButton::SetFontList(const gfx::FontList& font_list) {
148 label_->SetFontList(
185 label_->SetFontList(
234 label.SetFontList(cached_bold_font_list_);
236 label.SetFontList(cached_normal_font_list_);
  /external/chromium_org/ui/gfx/
render_text.cc 446 void RenderText::SetFontList(const FontList& font_list) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 460 void Textfield::SetFontList(const gfx::FontList& font_list) {
461 GetRenderText()->SetFontList(font_list);
    [all...]

Completed in 1259 milliseconds