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

/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc76 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_;
H A Dplatform_font_win.h159 static HFontRef* base_font_ref_; member in class:gfx::PlatformFontWin

Completed in 80 milliseconds