HomeSort by relevance Sort by last modified time
    Searched refs:default_font_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
platform_font_pango.cc 64 Font* PlatformFontPango::default_font_ = NULL; member in class:gfx::PlatformFontPango
75 if (!default_font_) {
88 default_font_ = new Font(description->get());
92 static_cast<PlatformFontPango*>(default_font_->platform_font()));
137 delete default_font_;
138 default_font_ = NULL;
platform_font_pango.h 112 static Font* default_font_; member in class:gfx::PlatformFontPango

Completed in 7284 milliseconds