HomeSort by relevance Sort by last modified time
    Searched refs:GetLinkedFonts (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
font_fallback_win.h 56 virtual const std::vector<Font>* GetLinkedFonts() const;
font_fallback_win.cc 107 const std::vector<Font>* GetLinkedFonts(const Font& font);
130 const std::vector<Font>* CachedFontLinkSettings::GetLinkedFonts(
214 linked_fonts_ = GetLinkedFonts();
224 const std::vector<Font>* LinkedFontsIterator::GetLinkedFonts() const {
228 const std::vector<Font>* fonts = font_link->GetLinkedFonts(original_font_);
238 fonts = font_link->GetLinkedFonts(current_font_);
font_fallback_win_unittest.cc 27 virtual const std::vector<Font>* GetLinkedFonts() const OVERRIDE {

Completed in 40 milliseconds