Searched refs:isSupportedImageMIMETypeForEncoding (Results 1 – 4 of 4) sorted by relevance
53 static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
81 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType) in isSupportedImageMIMETypeForEncoding() function in WebCore::MIMETypeRegistry
421 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType)); in toDataURL()434 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType)); in ImageDataToDataURL()
364 …if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType)) in toEncodingMimeType()