GetFontSize       147 ash/sticky_keys/sticky_keys_overlay.cc   int font_size = font.GetFontSize();
GetFontSize       186 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc       font_list_.GetFontSize();
GetFontSize       192 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc         font_list_.GetFontSize() + 2 * kPasswordVerticalPadding;
GetFontSize       214 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc         font_list_.GetFontSize() + 2 * kPasswordVerticalPadding);
GetFontSize       315 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc     gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
GetFontSize      1687 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc     gtk_util::ForceFontSizePixels(text_view_, font.GetFontSize());
GetFontSize      1688 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc     gtk_util::ForceFontSizePixels(gray_text_view_, font.GetFontSize());
GetFontSize        44 chrome/browser/ui/views/avatar_label.cc   const int difference = std::max<int>(0, 13 - gfx::FontList().GetFontSize());
GetFontSize       143 chrome/browser/ui/views/location_bar/location_bar_view.cc   for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) {
GetFontSize       271 chrome/browser/ui/views/location_bar/location_bar_view.cc   const int current_font_size = font_list.GetFontSize();
GetFontSize        39 ui/app_list/views/signin_view.cc       kTitleFontSize - base_font_list.GetFontSize());
GetFontSize        41 ui/app_list/views/signin_view.cc       kTextFontSize - base_font_list.GetFontSize());
GetFontSize        43 ui/app_list/views/signin_view.cc       kButtonFontSize - base_font_list.GetFontSize());
GetFontSize        74 ui/gfx/font.cc   return platform_font_->GetFontSize();
GetFontSize        94 ui/gfx/font.h    int GetFontSize() const;
GetFontSize        88 ui/gfx/font_fallback_win.cc       AppendFont(font_name, font.GetFontSize(), linked_fonts);
GetFontSize        93 ui/gfx/font_fallback_win.cc         AppendFont(font_names[i], font.GetFontSize(), linked_fonts);
GetFontSize        98 ui/gfx/font_list.cc   return impl_->GetFontSize();
GetFontSize       112 ui/gfx/font_list.h   int GetFontSize() const;
GetFontSize       106 ui/gfx/font_list_impl.cc   font_size_ = fonts[0].GetFontSize();
GetFontSize       110 ui/gfx/font_list_impl.cc     DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
GetFontSize       180 ui/gfx/font_list_impl.cc         FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
GetFontSize       240 ui/gfx/font_list_impl.cc     font_size_ = fonts_[0].GetFontSize();
GetFontSize        79 ui/gfx/font_list_impl.h   int GetFontSize() const;
GetFontSize        21 ui/gfx/font_list_unittest.cc   font_string += base::IntToString(font.GetFontSize());
GetFontSize        65 ui/gfx/font_unittest.cc   EXPECT_EQ(cf.GetFontSize(), 16);
GetFontSize       144 ui/gfx/font_unittest.cc   EXPECT_EQ(5, derived_font.GetFontSize());
GetFontSize       153 ui/gfx/font_unittest.cc   EXPECT_EQ(6, derived_font.GetFontSize());
GetFontSize        63 ui/gfx/platform_font.h   virtual int GetFontSize() const = 0;
GetFontSize        28 ui/gfx/platform_font_ios.h   virtual int GetFontSize() const OVERRIDE;
GetFontSize        30 ui/gfx/platform_font_mac.h   virtual int GetFontSize() const OVERRIDE;
GetFontSize        57 ui/gfx/platform_font_pango.h   virtual int GetFontSize() const OVERRIDE;
GetFontSize        34 ui/gfx/platform_font_pango_unittest.cc   EXPECT_EQ(13, font->GetFontSize());
GetFontSize        41 ui/gfx/platform_font_pango_unittest.cc   EXPECT_EQ(15, font2->GetFontSize());
GetFontSize       102 ui/gfx/platform_font_win.cc     int font_size = font.GetFontSize();
GetFontSize       105 ui/gfx/platform_font_win.cc       if (font_height == font.GetHeight() && font_size == font.GetFontSize())
GetFontSize       108 ui/gfx/platform_font_win.cc       font_size = font.GetFontSize();
GetFontSize        65 ui/gfx/platform_font_win.h   virtual int GetFontSize() const OVERRIDE;
GetFontSize        51 ui/gfx/platform_font_win_unittest.cc     EXPECT_EQ(expected_font.GetFontSize(), derived_font.GetFontSize());
GetFontSize        58 ui/gfx/platform_font_win_unittest.cc     EXPECT_EQ(expected_font.GetFontSize(), derived_font.GetFontSize());
GetFontSize        65 ui/gfx/platform_font_win_unittest.cc                          derived_font.GetFontSize() + 1);
GetFontSize        67 ui/gfx/platform_font_win_unittest.cc     EXPECT_EQ(expected_font.GetFontSize(), rederived_font.GetFontSize());
GetFontSize        89 ui/gfx/platform_font_win_unittest.cc   EXPECT_EQ(min_font.GetFontSize(), derived_font.GetFontSize());
GetFontSize      1314 ui/gfx/render_text_unittest.cc   EXPECT_EQ(13, render_text->font_list().GetFontSize());
GetFontSize      1521 ui/gfx/render_text_unittest.cc       EXPECT_EQ(start_font.GetFontSize(), end_font.GetFontSize());
GetFontSize        90 ui/gfx/render_text_win.cc                      font.GetFontSize());
GetFontSize       119 ui/gfx/render_text_win.cc   const int current_size = font->GetFontSize();
GetFontSize       852 ui/gfx/render_text_win.cc       renderer.SetTextSize(run->font.GetFontSize());
GetFontSize       936 ui/gfx/render_text_win.cc     DeriveFontIfNecessary(run->font.GetFontSize(), run->font.GetHeight(),
GetFontSize      1179 ui/gfx/render_text_win.cc     const int font_size = run->font.GetFontSize();
GetFontSize        29 ui/views/controls/label_unittest.cc   EXPECT_EQ(26, font_used.GetFontSize());
GetFontSize        39 ui/views/controls/label_unittest.cc   EXPECT_EQ(30, font_used.GetFontSize());