/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 | 33 EXPECT_EQ("Arial", font->GetFontName()); 40 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 | 64 virtual std::string GetFontName() const = 0;
|
font.cc | 77 std::string Font::GetFontName() const { 78 return platform_font_->GetFontName();
|
font.h | 100 std::string GetFontName() const;
|
platform_font_ios.h | 28 virtual std::string GetFontName() const OVERRIDE;
|
platform_font_mac.h | 30 virtual std::string GetFontName() const OVERRIDE;
|
platform_font_pango.h | 57 virtual std::string GetFontName() const OVERRIDE;
|
platform_font_win.h | 46 // name could not be retrieved, returns GetFontName(). 65 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 | 166 std::string PlatformFontWin::GetFontName() const { 180 return GetFontName(); 189 return GetFontName();
|
font_unittest.cc | 66 EXPECT_EQ(cf.GetFontName(), "Arial");
|
platform_font_pango.cc | 215 std::string PlatformFontPango::GetFontName() const { 231 pango_font_description_set_family(pfd, GetFontName().c_str());
|
font_list.cc | 235 std::string name = fonts_[i].GetFontName();
|
render_text_win.cc | 851 renderer.SetFontFamilyWithStyle(run->font.GetFontName(), run->font_style); [all...] |
font_list_unittest.cc | 19 std::string font_string = font.GetFontName();
|
render_text_unittest.cc | [all...] |
/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/base/webui/ |
web_ui_util.cc | 147 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
|
/external/chromium_org/chrome/common/ |
badge_util.cc | 85 base_font.GetFontName().c_str(), SkTypeface::kNormal));
|
/external/chromium_org/ui/views/controls/ |
label_unittest.cc | 26 EXPECT_EQ(font_name, font_used.GetFontName()); 36 EXPECT_EQ(font_name, font_used.GetFontName()); [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | [all...] |