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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DMIMETypeRegistry.h63 static bool isSupportedNonImageMIMEType(const String& mimeType);
H A DMIMETypeRegistry.cpp102 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType) function in class:blink::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp167 else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resource.mimeType))
H A DMHTMLParser.cpp269 if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || mimeType == "text/css") {
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp722 if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType))
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp285 } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) {

Completed in 217 milliseconds