Searched refs:isSupportedJavaScriptMIMEType (Results 1 – 8 of 8) sorted by relevance
57 static bool isSupportedJavaScriptMIMEType(const String& mimeType);
90 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType) in isSupportedJavaScriptMIMEType() function in WebCore::MIMETypeRegistry
89 …-Options")) != ContentTypeOptionsNosniff || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in mimeTypeAllowedByNosniff()
160 …if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(l… in isScriptTypeSupported()162 …} else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace().lower()) || (sup… in isScriptTypeSupported()
299 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) in isTextMIMEType()
164 …else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::i… in generateMHTMLData()
261 …y::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in addResourceToArchive()
281 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType)) { in didReadDirectoryEntries()