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

  /external/chromium_org/ui/gfx/
platform_font_win.cc 76 PlatformFontWin::HFontRef* PlatformFontWin::base_font_ref_; member in class:gfx::PlatformFontWin
230 if (base_font_ref_ == NULL) {
240 base_font_ref_ = PlatformFontWin::CreateHFontRef(font);
241 // base_font_ref_ is global, up the ref count so it's never deleted.
242 base_font_ref_->AddRef();
244 return base_font_ref_;
platform_font_win.h 159 static HFontRef* base_font_ref_; member in class:gfx::PlatformFontWin

Completed in 145 milliseconds