HomeSort by relevance Sort by last modified time
    Searched defs:toDataURL (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 79 String ImageBuffer::toDataURL(const String&) const
  /external/webkit/WebCore/platform/graphics/wx/
ImageBufferWx.cpp 78 String ImageBuffer::toDataURL(const String&) const
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 136 String HTMLCanvasElement::toDataURL(const String& mimeType, ExceptionCode& ec)
147 return buffer()->toDataURL("image/png");
149 return buffer()->toDataURL(mimeType);
  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 210 String ImageBuffer::toDataURL(const String&) const
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 275 String ImageBuffer::toDataURL(const String& mimeType) const
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 268 String ImageBuffer::toDataURL(const String& mimeType) const
  /external/webkit/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 263 String ImageBuffer::toDataURL(const String&) const
  /external/webkit/WebCore/platform/graphics/wince/
ImageBufferWince.cpp 217 String ImageBuffer::toDataURL(const String& mimeType) const
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 286 String ImageBuffer::toDataURL(const String& mimeType) const

Completed in 2252 milliseconds