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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontCache.h 79 PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain);
FontCache.cpp 345 return getLastResortFallbackFont(fontDescription, DoNotRetain).leakRef();
498 result = getLastResortFallbackFont(font.fontDescription());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 94 PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontCacheMac.mm 197 PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& fontDescription, ShouldRetain shouldRetain)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontCacheChromiumWin.cpp 527 PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain)

Completed in 250 milliseconds