GetNativeFont 78 ui/gfx/font.cc return platform_font_->GetNativeFont(); GetNativeFont 104 ui/gfx/font.h NativeFont GetNativeFont() const; GetNativeFont 62 ui/gfx/font_unittest.cc NativeFont native = cf.GetNativeFont(); GetNativeFont 74 ui/gfx/font_unittest.cc NativeFont native = bold.GetNativeFont(); GetNativeFont 249 ui/gfx/pango_util.cc ScopedPangoFontDescription desc(font.GetNativeFont()); GetNativeFont 66 ui/gfx/platform_font.h virtual NativeFont GetNativeFont() const = 0; GetNativeFont 29 ui/gfx/platform_font_ios.h virtual NativeFont GetNativeFont() const OVERRIDE; GetNativeFont 31 ui/gfx/platform_font_mac.h virtual NativeFont GetNativeFont() const OVERRIDE; GetNativeFont 364 ui/gfx/platform_font_pango.cc ScopedPangoFontDescription pango_desc(GetNativeFont()); GetNativeFont 58 ui/gfx/platform_font_pango.h virtual NativeFont GetNativeFont() const OVERRIDE; GetNativeFont 114 ui/gfx/platform_font_win.cc GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info); GetNativeFont 127 ui/gfx/platform_font_win.cc GetObject(GetNativeFont(), sizeof(LOGFONT), &font_info); GetNativeFont 66 ui/gfx/platform_font_win.h virtual NativeFont GetNativeFont() const OVERRIDE; GetNativeFont 115 ui/gfx/render_text_mac.cc font_list().GetPrimaryFont().GetNativeFont()); GetNativeFont 69 ui/gfx/render_text_win.cc SelectObject(meta_file_dc, font.GetNativeFont()); GetNativeFont 1125 ui/gfx/render_text_win.cc if (best_partial_font.GetNativeFont() != run->font.GetNativeFont()) GetNativeFont 1136 ui/gfx/render_text_win.cc SelectObject(cached_hdc_, run->font.GetNativeFont()); GetNativeFont 1178 ui/gfx/render_text_win.cc if (run->font.GetNativeFont() != font.GetNativeFont()) { GetNativeFont 1187 ui/gfx/render_text_win.cc SelectObject(cached_hdc_, run->font.GetNativeFont()); GetNativeFont 232 ui/views/controls/menu/native_menu_win.cc SelectObject(dc, font_list.GetPrimaryFont().GetNativeFont()));