HomeSort by relevance Sort by last modified time
    Searched refs:GetFontSize (Results 1 - 25 of 31) sorted by null

1 2

  /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 32 EXPECT_EQ(13, font->GetFontSize());
39 EXPECT_EQ(15, font2->GetFontSize());
platform_font.h 64 virtual int GetFontSize() const = 0;
font.cc 77 int Font::GetFontSize() const {
78 return platform_font_->GetFontSize();
font_unittest.cc 64 ASSERT_EQ(cf.GetFontSize(), 16);
122 EXPECT_EQ(5, derived_font.GetFontSize());
131 EXPECT_EQ(6, derived_font.GetFontSize());
font.h 91 int GetFontSize() const;
platform_font_ios.h 28 virtual int GetFontSize() const OVERRIDE;
platform_font_mac.h 29 virtual int GetFontSize() const OVERRIDE;
font_list.cc 113 font_size_ = fonts[0].GetFontSize();
117 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
139 return DeriveFontListWithSizeDeltaAndStyle(size - GetFontSize(),
214 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
219 int FontList::GetFontSize() const {
265 font_size_ = fonts_[0].GetFontSize();
font_list.h 101 int GetFontSize() const;
platform_font_pango.h 50 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();
182 int PlatformFontWin::GetFontSize() const {
platform_font_win.h 65 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 87 *result = Font(UTF16ToUTF8(log_font.lfFaceName), font.GetFontSize());
116 const int current_size = font->GetFontSize();
506 renderer.SetTextSize(run->font.GetFontSize());
584 DeriveFontIfNecessary(run->font.GetFontSize(), run->font.GetHeight(),
803 const int font_size = run->font.GetFontSize();
    [all...]
platform_font_pango.cc 219 int PlatformFontPango::GetFontSize() const {
font_list_unittest.cc 20 font_string += base::IntToString(font.GetFontSize());
render_text_mac.cc 114 CTFontCreateWithName(font_name_cf_string, font.GetFontSize(), NULL));
  /external/chromium_org/chrome/browser/ui/views/
avatar_label.cc 45 int difference = (font.GetFontSize() < 13) ? 13 - font.GetFontSize() : 0;
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 17 native function GetFontSize();
33 this.__defineGetter__('fontSize', GetFontSize);
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 577 base_font_list_->GetFontSize() + kSmallFontSizeDelta);
589 base_font_list_->GetFontSize() + kMediumFontSizeDelta);
601 base_font_list_->GetFontSize() + kLargeFontSizeDelta);
  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 75 omnibox_font.GetFontSize());
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 320 static void GetFontSize(const v8::FunctionCallbackInfo<v8::Value>& args);
467 if (name->Equals(v8::String::New("GetFontSize")))
468 return v8::FunctionTemplate::New(GetFontSize);
548 void SearchBoxExtensionWrapper::GetFontSize(
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 412 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 411 gtk_util::ForceFontSizePixels(window_, font_.GetFontSize());

Completed in 313 milliseconds

1 2