HFontRef           68 ui/gfx/platform_font_win.cc PlatformFontWin::HFontRef* PlatformFontWin::base_font_ref_;
HFontRef          210 ui/gfx/platform_font_win.cc PlatformFontWin::HFontRef* PlatformFontWin::GetBaseFontRef() {
HFontRef          228 ui/gfx/platform_font_win.cc PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(HFONT font) {
HFontRef          253 ui/gfx/platform_font_win.cc   return new HFontRef(font, font_size, height, baseline, cap_height,
HFontRef          257 ui/gfx/platform_font_win.cc PlatformFontWin::PlatformFontWin(HFontRef* hfont_ref) : font_ref_(hfont_ref) {
HFontRef          263 ui/gfx/platform_font_win.cc PlatformFontWin::HFontRef::HFontRef(HFONT hfont,
HFontRef          288 ui/gfx/platform_font_win.cc int PlatformFontWin::HFontRef::GetDluBaseX() {
HFontRef          308 ui/gfx/platform_font_win.cc PlatformFontWin::HFontRef::~HFontRef() {
HFontRef           79 ui/gfx/platform_font_win.h   class HFontRef : public base::RefCounted<HFontRef> {
HFontRef           83 ui/gfx/platform_font_win.h     HFontRef(HFONT hfont,
HFontRef          106 ui/gfx/platform_font_win.h     friend class base::RefCounted<HFontRef>;
HFontRef          108 ui/gfx/platform_font_win.h     ~HFontRef();
HFontRef          128 ui/gfx/platform_font_win.h     DISALLOW_COPY_AND_ASSIGN(HFontRef);
HFontRef          140 ui/gfx/platform_font_win.h   static HFontRef* GetBaseFontRef();
HFontRef          143 ui/gfx/platform_font_win.h   static HFontRef* CreateHFontRef(HFONT font);
HFontRef          147 ui/gfx/platform_font_win.h   explicit PlatformFontWin(HFontRef* hfont_ref);
HFontRef          150 ui/gfx/platform_font_win.h   static HFontRef* base_font_ref_;
HFontRef          153 ui/gfx/platform_font_win.h   scoped_refptr<HFontRef> font_ref_;