Searched refs:supportsFormat (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.h49 static bool supportsFormat(const String&);
H A DOpenTypeSanitizer.cpp69 bool OpenTypeSanitizer::supportsFormat(const String& format) function in class:blink::OpenTypeSanitizer
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontCustomPlatformDataMac.cpp78 bool FontCustomPlatformData::supportsFormat(const String& format) function in class:blink::FontCustomPlatformData
80 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCustomPlatformData.h64 static bool supportsFormat(const String&);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCustomPlatformDataSkia.cpp112 bool FontCustomPlatformData::supportsFormat(const String& format) function in class:blink::FontCustomPlatformData
114 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.cpp61 if (FontCustomPlatformData::supportsFormat(m_format))

Completed in 350 milliseconds