isSupportedNonImageMIMEType  284 Source/modules/filesystem/InspectorFileSystemAgent.cpp             } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) {
isSupportedNonImageMIMEType   61 Source/platform/MIMETypeRegistry.h     static bool isSupportedNonImageMIMEType(const String& mimeType);
isSupportedNonImageMIMEType  164 Source/platform/mhtml/MHTMLArchive.cpp         else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resource.mimeType))
isSupportedNonImageMIMEType  261 Source/platform/mhtml/MHTMLParser.cpp     if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || mimeType == "text/css") {
isSupportedNonImageMIMEType  709 Source/web/FrameLoaderClientImpl.cpp     if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType))