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

  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h 58 static bool isSupportedImageMIMETypeForEncoding(const String& mimeType);
MIMETypeRegistry.cpp 490 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageBufferGtk.cpp 37 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
  /external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 103 bool MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(const String& mimeType)
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 93 // FIXME: Make isSupportedImageMIMETypeForEncoding threadsafe (to allow this method to be used on a worker thread).
94 if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType))
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 348 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
366 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 359 // FIXME: Make isSupportedImageMIMETypeForEncoding threadsafe (to allow this method to be used on a worker thread).
360 if (mimeType.isNull() || !MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(lowercaseMimeType))
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 311 if (MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType))
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 321 if (!MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType))
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 401 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 354 ASSERT(MIMETypeRegistry::isSupportedImageMIMETypeForEncoding(mimeType));

Completed in 635 milliseconds