Home
last modified time | relevance | path

Searched refs:GetFonts (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Dfont_list_unittest.cc84 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
93 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
103 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
113 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
122 std::vector<Font> fonts = font_list.GetFonts(); in TEST()
127 fonts = font_list.GetFonts(); in TEST()
140 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
152 const std::vector<Font>& fonts = font_list.GetFonts(); in TEST()
170 const std::vector<Font>& round_trip_fonts = font_list_1.GetFonts(); in TEST()
218 const std::vector<Font>& derived_fonts = derived.GetFonts(); in TEST()
[all …]
Dfont_list.cc252 const std::vector<Font>& FontList::GetFonts() const { in GetFonts() function in gfx::FontList
273 return GetFonts()[0]; in GetPrimaryFont()
279 const std::vector<Font>& fonts = GetFonts(); in CacheCommonFontHeightAndBaseline()
Dfont_list.h118 const std::vector<Font>& GetFonts() const;
Drender_text_unittest.cc1223 const std::vector<Font>& fonts = render_text->font_list().GetFonts(); in TEST_F()