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 61 static bool isSupportedNonImageMIMEType(const String& mimeType);
MIMETypeRegistry.cpp 96 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& 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/web/
FrameLoaderClientImpl.cpp 703 if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType))
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 284 } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) {

Completed in 81 milliseconds