Searched refs:isSupportedImageMIMEType (Results 1 – 4 of 4) sorted by relevance
70 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) in isSupportedImageMIMEType() function in blink::MIMETypeRegistry78 return isSupportedImageMIMEType(mimeType); in isSupportedImageResourceMIMEType()
45 static bool isSupportedImageMIMEType(const String& mimeType);
716 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType)) in objectContentType()
279 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType)) { in didReadDirectoryEntries()