Searched refs:GetLinkedFonts (Results 1 – 3 of 3) sorted by relevance
107 const std::vector<Font>* GetLinkedFonts(const Font& font);130 const std::vector<Font>* CachedFontLinkSettings::GetLinkedFonts( in GetLinkedFonts() function in gfx::__anon071b3a5d0111::CachedFontLinkSettings214 linked_fonts_ = GetLinkedFonts(); in NextFont()224 const std::vector<Font>* LinkedFontsIterator::GetLinkedFonts() const { in GetLinkedFonts() function in gfx::LinkedFontsIterator228 const std::vector<Font>* fonts = font_link->GetLinkedFonts(original_font_); in GetLinkedFonts()238 fonts = font_link->GetLinkedFonts(current_font_); in GetLinkedFonts()
56 virtual const std::vector<Font>* GetLinkedFonts() const;
27 virtual const std::vector<Font>* GetLinkedFonts() const OVERRIDE { in GetLinkedFonts() function in gfx::__anona7fdda9c0111::TestLinkedFontsIterator