Home
last modified time | relevance | path

Searched refs:isSupportedJavaScriptMIMEType (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h59 static bool isSupportedJavaScriptMIMEType(const String& mimeType);
DMIMETypeRegistry.cpp96 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType) in isSupportedJavaScriptMIMEType() function in blink::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DScriptResource.cpp91 …-Options")) != ContentTypeOptionsNosniff || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in mimeTypeAllowedByNosniff()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp160 …if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(l… in isScriptTypeSupported()
162 …} else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace()) || (supportLega… in isScriptTypeSupported()
DDOMImplementation.cpp320 …return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || is… in isTextMIMEType()
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLArchive.cpp167 …else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::i… in generateMHTMLData()
DMHTMLParser.cpp269 …y::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeTy… in addResourceToArchive()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DNetworkResourcesData.cpp169 …} else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONM… in createOtherResourceTextDecoder()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DInspectorFileSystemAgent.cpp282 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType)) { in didReadDirectoryEntries()