HomeSort by relevance Sort by last modified time
    Searched refs:isSupportedImageMIMETypeForEncoding (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.h 53 static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
MIMETypeRegistry.cpp 81 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 404 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
417 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 369 // FIXME: Make isSupportedImageMIMETypeForEncoding threadsafe (to allow this method to be used on a worker thread).
370 if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType))

Completed in 240 milliseconds