HomeSort by relevance Sort by last modified time
    Searched refs:isSupportedJavaScriptMIMEType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 57 static bool isSupportedJavaScriptMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 90 bool MIMETypeRegistry::isSupportedJavaScriptMIMEType(const String& mimeType)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ScriptResource.cpp 76 return parseContentTypeOptionsHeader(m_response.httpHeaderField("X-Content-Type-Options")) != ContentTypeOptionsNosniff || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 158 if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type) || isLegacySupportedJavaScriptLanguage(language))
160 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace()) || (supportLegacyTypes == AllowLegacyTypeInTypeAttribute && isLegacySupportedJavaScriptLanguage(type))) {
DOMImplementation.cpp 318 return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || isTextPlainType(mimeType);
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 164 else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resource.mimeType))
MHTMLParser.cpp 261 if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || mimeType == "text/css") {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.cpp 169 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONMIMEType(mimeType)) {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 281 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType)) {

Completed in 175 milliseconds