Searched refs:isSupportedJavaScriptMIMEType (Results 1 – 9 of 9) sorted by relevance
59 static bool isSupportedJavaScriptMIMEType(const String& mimeType);
96 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType) in isSupportedJavaScriptMIMEType() function in blink::MIMETypeRegistry
91 …-Options")) != ContentTypeOptionsNosniff || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in mimeTypeAllowedByNosniff()
160 …if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(l… in isScriptTypeSupported()162 …} else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace()) || (supportLega… in isScriptTypeSupported()
320 …return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || is… in isTextMIMEType()
167 …else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::i… in generateMHTMLData()
269 …y::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in addResourceToArchive()
169 …} else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONM… in createOtherResourceTextDecoder()
282 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType)) { in didReadDirectoryEntries()