HomeSort by relevance Sort by last modified time
    Searched defs:SetFontList (Results 1 - 6 of 6) 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 56 void Label::SetFontList(const gfx::FontList& font_list) {
  /external/chromium_org/ui/views/controls/button/
label_button.cc 57 SetFontList(gfx::FontList());
123 void LabelButton::SetFontList(const gfx::FontList& font_list) {
129 label_->SetFontList(
160 label_->SetFontList(
198 label.SetFontList(cached_bold_font_list_);
200 label.SetFontList(cached_normal_font_list_);
text_button.cc 235 void TextButtonBase::SetFontList(const gfx::FontList& font_list) {
  /external/chromium_org/ui/gfx/
render_text.cc 460 void RenderText::SetFontList(const FontList& font_list) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 446 void Textfield::SetFontList(const gfx::FontList& font_list) {
447 GetRenderText()->SetFontList(font_list);
    [all...]

Completed in 141 milliseconds