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

1 2

  /external/chromium_org/ui/gfx/
platform_font_win_unittest.cc 50 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName());
57 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName());
64 expected_font = Font(derived_font.GetFontName(),
66 EXPECT_EQ(expected_font.GetFontName(), rederived_font.GetFontName());
83 const Font min_font(base_font.GetFontName(), GetMinFontSize());
platform_font_pango_unittest.cc 31 EXPECT_EQ("Arial", font->GetFontName());
38 EXPECT_EQ("Times New Roman", font2->GetFontName());
font_fallback_win_unittest.cc 91 ASSERT_EQ("Arial", font.GetFontName());
94 ASSERT_EQ("Times New Roman", font.GetFontName());
105 ASSERT_EQ("Arial", font.GetFontName());
109 ASSERT_EQ("Tahoma", font.GetFontName());
112 ASSERT_EQ("Times New Roman", font.GetFontName());
platform_font.h 61 virtual std::string GetFontName() const = 0;
font.cc 73 std::string Font::GetFontName() const {
74 return platform_font_->GetFontName();
font.h 88 std::string GetFontName() const;
platform_font_ios.h 27 virtual std::string GetFontName() const OVERRIDE;
platform_font_mac.h 28 virtual std::string GetFontName() const OVERRIDE;
platform_font_pango.h 49 virtual std::string GetFontName() const OVERRIDE;
platform_font_win.h 46 // name could not be retrieved, returns GetFontName().
64 virtual std::string GetFontName() const OVERRIDE;
font_fallback_win.cc 57 if (fonts->empty() || fonts->back().GetFontName() != name)
72 const std::wstring original_font_name = UTF8ToWide(font.GetFontName());
132 const std::string& font_name = font.GetFontName();
platform_font_win.cc 162 std::string PlatformFontWin::GetFontName() const {
169 return GetFontName();
178 return GetFontName();
font_unittest.cc 65 ASSERT_EQ(cf.GetFontName(), "Arial");
platform_font_pango.cc 215 std::string PlatformFontPango::GetFontName() const {
225 pango_font_description_set_family(pfd, GetFontName().c_str());
font_list.cc 208 std::string name = fonts_[i].GetFontName();
render_text_win.cc 507 renderer.SetFontFamilyWithStyle(run->font.GetFontName(), run->font_style);
715 successful_substitute_fonts_[original_font.GetFontName()] = run->font;
724 successful_substitute_fonts_.find(original_font.GetFontName());
    [all...]
font_list_unittest.cc 18 std::string font_string = font.GetFontName();
render_text_mac.cc 112 base::SysUTF8ToCFStringRef(font.GetFontName()));
  /external/chromium_org/ui/app_list/views/
signin_view.cc 40 title_font_.reset(new gfx::Font(base_font.GetFontName(), kTitleFontSize));
41 text_font_.reset(new gfx::Font(base_font.GetFontName(), kTextFontSize));
42 button_font_.reset(new gfx::Font(base_font.GetFontName(), kButtonFontSize));
  /external/chromium/chrome/common/
badge_util.cc 44 UTF16ToUTF8(base_font.GetFontName()).c_str(), SkTypeface::kNormal);
  /external/chromium/chrome/browser/chromeos/
wm_overview_title.cc 45 Font font(base.GetFontName(), 1);
  /external/chromium_org/ui/webui/
web_ui_util.cc 147 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
  /external/chromium_org/chrome/browser/ui/search/
instant_page.cc 74 sender()->SetFontInformation(UTF8ToUTF16(omnibox_font.GetFontName()),
  /external/chromium_org/chrome/common/
badge_util.cc 85 base_font.GetFontName().c_str(), SkTypeface::kNormal));
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 269 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;

Completed in 3477 milliseconds

1 2