Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/resource/
Dresource_bundle.cc496 return *bold_font_list_; in GetFontList()
625 bold_font_list_ = GetFontListFromDelegate(BoldFont); in LoadFontsIfNecessary()
637 if (!bold_font_list_.get()) { in LoadFontsIfNecessary()
638 bold_font_list_.reset(new gfx::FontList()); in LoadFontsIfNecessary()
639 *bold_font_list_ = base_font_list_->DeriveFontList( in LoadFontsIfNecessary()
Dresource_bundle.h384 scoped_ptr<gfx::FontList> bold_font_list_; variable