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

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 63 static bool isSupportedNonImageMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 102 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType)
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 167 else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resource.mimeType))
MHTMLParser.cpp 269 if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || mimeType == "text/css") {
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 722 if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType))
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 285 } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) {

Completed in 127 milliseconds