Searched defs:toDataURL (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DImageBufferGtk.cpp35 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLCanvasElementCustom.cpp91 JSValue JSHTMLCanvasElement::toDataURL(ExecState* exec) function in class:WebCore::JSHTMLCanvasElement
108 result = jsString(exec, canvas->toDataURL(type, qualityPtr, ec));
/external/webkit/Source/WebCore/dom/
H A DCanvasSurface.cpp81 String CanvasSurface::toDataURL(const String& mimeType, const double* quality, ExceptionCode& ec) function in class:WebCore::CanvasSurface
95 return buffer()->toDataURL("image/png");
97 return buffer()->toDataURL(lowercaseMimeType, quality);
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.h94 String toDataURL(const String& mimeType, const double* quality, ExceptionCode&);
95 String toDataURL(const String& mimeType, ExceptionCode& ec) { return toDataURL(mimeType, 0, ec); } function in class:WebCore::HTMLCanvasElement
H A DHTMLCanvasElement.cpp347 String HTMLCanvasElement::toDataURL(const String& mimeType, const double* quality, ExceptionCode& ec) function in class:WebCore::HTMLCanvasElement
374 return buffer()->toDataURL(lowercaseMimeType, quality);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageBufferWx.cpp85 String ImageBuffer::toDataURL(const String&, const double*) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageBufferHaiku.cpp319 String ImageBuffer::toDataURL(const String& mimeType, const double*) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageBufferWinCE.cpp251 String ImageBuffer::toDataURL(const String& mimeType, const double*) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageBufferAndroid.cpp249 String ImageBuffer::toDataURL(const String&, const double*) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageBufferCairo.cpp304 String ImageBuffer::toDataURL(const String& mimeType, const double*) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp346 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferQt.cpp399 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const function in class:WebCore::ImageBuffer
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DImageBufferSkia.cpp375 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const function in class:WebCore::ImageBuffer

Completed in 39 milliseconds