Retain 85 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain); Retain 86 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain); Retain 147 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(const FontPlatformData*, ShouldRetain = Retain); Retain 36 Source/platform/fonts/FontCacheTest.cpp RefPtr<SimpleFontData> fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain); Retain 40 Source/platform/fonts/FontCacheTest.cpp fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain); Retain 55 Source/platform/fonts/FontDataCache.cpp pair<RefPtr<SimpleFontData>, unsigned> newValue(SimpleFontData::create(*platformData), shouldRetain == Retain ? 1 : 0); Retain 67 Source/platform/fonts/FontDataCache.cpp if (shouldRetain == Retain) { Retain 77 Source/platform/fonts/FontDataCache.h PassRefPtr<SimpleFontData> get(const FontPlatformData*, ShouldRetain = Retain);