Home
last modified time | relevance | path

Searched refs:isSupportedImageMIMETypeForEncoding (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h53 static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
DMIMETypeRegistry.cpp81 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType) in isSupportedImageMIMETypeForEncoding() function in WebCore::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp421 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType)); in toDataURL()
434 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType)); in ImageDataToDataURL()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp364 …if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType)) in toEncodingMimeType()