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

/external/webkit/Source/WebCore/platform/chromium/
H A DMIMETypeRegistryChromium.cpp93 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
95 return PlatformBridge::isSupportedImageMIMEType(mimeType);
100 return isSupportedImageMIMEType(mimeType);
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp472 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp557 bool PlatformBridge::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::PlatformBridge

Completed in 97 milliseconds