Home
last modified time | relevance | path

Searched refs:GetLinkedFonts (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
Dfont_fallback_win.cc107 const std::vector<Font>* GetLinkedFonts(const Font& font);
130 const std::vector<Font>* CachedFontLinkSettings::GetLinkedFonts( in GetLinkedFonts() function in gfx::__anon071b3a5d0111::CachedFontLinkSettings
214 linked_fonts_ = GetLinkedFonts(); in NextFont()
224 const std::vector<Font>* LinkedFontsIterator::GetLinkedFonts() const { in GetLinkedFonts() function in gfx::LinkedFontsIterator
228 const std::vector<Font>* fonts = font_link->GetLinkedFonts(original_font_); in GetLinkedFonts()
238 fonts = font_link->GetLinkedFonts(current_font_); in GetLinkedFonts()
Dfont_fallback_win.h56 virtual const std::vector<Font>* GetLinkedFonts() const;
Dfont_fallback_win_unittest.cc27 virtual const std::vector<Font>* GetLinkedFonts() const OVERRIDE { in GetLinkedFonts() function in gfx::__anona7fdda9c0111::TestLinkedFontsIterator