ShouldRetain 149 Source/platform/fonts/FontCache.cpp PassRefPtr<SimpleFontData> FontCache::getFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain) ShouldRetain 157 Source/platform/fonts/FontCache.cpp PassRefPtr<SimpleFontData> FontCache::fontDataFromFontPlatformData(const FontPlatformData* platformData, ShouldRetain shouldRetain) ShouldRetain 85 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain); ShouldRetain 86 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain); ShouldRetain 97 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> fontDataFromDescriptionAndLogFont(const FontDescription&, ShouldRetain, const LOGFONT&, wchar_t* outFontFamilyName); ShouldRetain 147 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(const FontPlatformData*, ShouldRetain = Retain); ShouldRetain 48 Source/platform/fonts/FontDataCache.cpp PassRefPtr<SimpleFontData> FontDataCache::get(const FontPlatformData* platformData, ShouldRetain shouldRetain) ShouldRetain 77 Source/platform/fonts/FontDataCache.h PassRefPtr<SimpleFontData> get(const FontPlatformData*, ShouldRetain = Retain); ShouldRetain 91 Source/platform/fonts/skia/FontCacheSkia.cpp PassRefPtr<SimpleFontData> FontCache::getLastResortFallbackFont(const FontDescription& description, ShouldRetain shouldRetain)