/external/chromium_org/ui/gfx/ |
platform_font_win_unittest.cc | 51 EXPECT_EQ(expected_font.GetFontSize(), derived_font.GetFontSize()); 58 EXPECT_EQ(expected_font.GetFontSize(), derived_font.GetFontSize()); 65 derived_font.GetFontSize() + 1); 67 EXPECT_EQ(expected_font.GetFontSize(), rederived_font.GetFontSize()); 89 EXPECT_EQ(min_font.GetFontSize(), derived_font.GetFontSize());
|
platform_font_pango_unittest.cc | 34 EXPECT_EQ(13, font->GetFontSize()); 41 EXPECT_EQ(15, font2->GetFontSize());
|
platform_font.h | 70 virtual int GetFontSize() const = 0;
|
font.cc | 85 int Font::GetFontSize() const { 86 return platform_font_->GetFontSize();
|
font.h | 106 int GetFontSize() const;
|
platform_font_ios.h | 30 virtual int GetFontSize() const OVERRIDE;
|
platform_font_mac.h | 32 virtual int GetFontSize() const OVERRIDE;
|
font_list.cc | 125 font_size_ = fonts[0].GetFontSize(); 129 DCHECK_EQ(fonts[i].GetFontSize(), font_size_); 161 return DeriveFontListWithSizeDeltaAndStyle(size - GetFontSize(), 241 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize()); 246 int FontList::GetFontSize() const { 292 font_size_ = fonts_[0].GetFontSize();
|
font_unittest.cc | 65 EXPECT_EQ(cf.GetFontSize(), 16); 152 EXPECT_EQ(5, derived_font.GetFontSize()); 161 EXPECT_EQ(6, derived_font.GetFontSize());
|
font_list.h | 115 int GetFontSize() const;
|
platform_font_pango.h | 59 virtual int GetFontSize() const OVERRIDE;
|
platform_font_win.cc | 102 int font_size = font.GetFontSize(); 105 if (font_height == font.GetHeight() && font_size == font.GetFontSize()) 108 font_size = font.GetFontSize(); 193 int PlatformFontWin::GetFontSize() const {
|
platform_font_win.h | 67 virtual int GetFontSize() const OVERRIDE;
|
font_fallback_win.cc | 86 AppendFont(font_name, font.GetFontSize(), linked_fonts); 91 AppendFont(font_names[i], font.GetFontSize(), linked_fonts);
|
render_text_win.cc | 89 *result = Font(UTF16ToUTF8(log_font.lfFaceName), font.GetFontSize()); 118 const int current_size = font->GetFontSize(); 850 renderer.SetTextSize(run->font.GetFontSize()); [all...] |
platform_font_pango.cc | 225 int PlatformFontPango::GetFontSize() const {
|
font_list_unittest.cc | 21 font_string += base::IntToString(font.GetFontSize());
|
render_text_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
avatar_label.cc | 47 int difference = (font.GetFontSize() < 13) ? 13 - font.GetFontSize() : 0;
|
/external/chromium_org/ui/base/resource/ |
resource_bundle.cc | 646 base_font_list_->GetFontSize() + kSmallFontSizeDelta); 658 base_font_list_->GetFontSize() + kMediumFontSizeDelta); 670 base_font_list_->GetFontSize() + kLargeFontSizeDelta);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 412 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
|
autocomplete_edit_view_gtk.cc | [all...] |
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk.cc | 316 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 139 for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) { 275 const int current_font_size = font_list.GetFontSize(); [all...] |
/external/chromium_org/ui/views/controls/ |
label_unittest.cc | 27 EXPECT_EQ(26, font_used.GetFontSize()); 37 EXPECT_EQ(30, font_used.GetFontSize()); [all...] |