FontCustomPlatformData 16 Source/core/css/BinaryDataFontFaceSource.cpp : m_customPlatformData(FontCustomPlatformData::create(data)) FontCustomPlatformData 13 Source/core/css/BinaryDataFontFaceSource.h class FontCustomPlatformData; FontCustomPlatformData 25 Source/core/css/BinaryDataFontFaceSource.h OwnPtr<FontCustomPlatformData> m_customPlatformData; FontCustomPlatformData 60 Source/core/css/CSSFontFaceSrcValue.cpp return FontCustomPlatformData::supportsFormat(m_format) FontCustomPlatformData 93 Source/core/fetch/FontResource.cpp m_fontData = FontCustomPlatformData::create(m_data.get()); FontCustomPlatformData 42 Source/core/fetch/FontResource.h class FontCustomPlatformData; FontCustomPlatformData 75 Source/core/fetch/FontResource.h OwnPtr<FontCustomPlatformData> m_fontData; FontCustomPlatformData 56 Source/platform/fonts/FontCustomPlatformData.h class PLATFORM_EXPORT FontCustomPlatformData { FontCustomPlatformData 57 Source/platform/fonts/FontCustomPlatformData.h WTF_MAKE_NONCOPYABLE(FontCustomPlatformData); FontCustomPlatformData 59 Source/platform/fonts/FontCustomPlatformData.h static PassOwnPtr<FontCustomPlatformData> create(SharedBuffer*); FontCustomPlatformData 60 Source/platform/fonts/FontCustomPlatformData.h ~FontCustomPlatformData(); FontCustomPlatformData 68 Source/platform/fonts/FontCustomPlatformData.h explicit FontCustomPlatformData(CGFontRef, PassRefPtr<SkTypeface>); FontCustomPlatformData 71 Source/platform/fonts/FontCustomPlatformData.h explicit FontCustomPlatformData(PassRefPtr<SkTypeface>); FontCustomPlatformData 35 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontCustomPlatformData::FontCustomPlatformData(CGFontRef cgFont, PassRefPtr<SkTypeface> typeface) FontCustomPlatformData 41 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontCustomPlatformData::~FontCustomPlatformData() FontCustomPlatformData 45 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) FontCustomPlatformData 50 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp PassOwnPtr<FontCustomPlatformData> FontCustomPlatformData::create(SharedBuffer* buffer) FontCustomPlatformData 75 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp return adoptPtr(new FontCustomPlatformData(cgFontRef.leakRef(), typeface.release())); FontCustomPlatformData 78 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp bool FontCustomPlatformData::supportsFormat(const String& format) FontCustomPlatformData 47 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontCustomPlatformData::FontCustomPlatformData(PassRefPtr<SkTypeface> typeface) FontCustomPlatformData 52 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontCustomPlatformData::~FontCustomPlatformData() FontCustomPlatformData 56 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) FontCustomPlatformData 85 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp PassOwnPtr<FontCustomPlatformData> FontCustomPlatformData::create(SharedBuffer* buffer) FontCustomPlatformData 104 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp return adoptPtr(new FontCustomPlatformData(typeface.release())); FontCustomPlatformData 107 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp bool FontCustomPlatformData::supportsFormat(const String& format)