Home
last modified time | relevance | path

Searched refs:isSupportedNonImageMIMEType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h61 static bool isSupportedNonImageMIMEType(const String& mimeType);
DMIMETypeRegistry.cpp96 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType) in isSupportedNonImageMIMEType() function in WebCore::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
DMHTMLArchive.cpp164 …rtedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resourc… in generateMHTMLData()
DMHTMLParser.cpp261 …if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaS… in addResourceToArchive()
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.cpp716 if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) in objectContentType()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFileSystemAgent.cpp284 } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) { in didReadDirectoryEntries()