Home
last modified time | relevance | path

Searched refs:isSupportedImageResourceMIMEType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h50 static bool isSupportedImageResourceMIMEType(const String& mimeType);
DMIMETypeRegistry.cpp76 bool MIMETypeRegistry::isSupportedImageResourceMIMEType(const String& mimeType) in isSupportedImageResourceMIMEType() function in WebCore::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.cpp78 return MIMETypeRegistry::isSupportedImageResourceMIMEType(type); in supportsType()