Searched defs:isSupportedNonImageMIMEType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DMIMETypeRegistryChromium.cpp113 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
115 return PlatformBridge::isSupportedNonImageMIMEType(mimeType);
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp510 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp569 bool PlatformBridge::isSupportedNonImageMIMEType(const String& mimeType) function in class:WebCore::PlatformBridge

Completed in 71 milliseconds