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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 93 String toDataURL(const String& mimeType, const double* quality, ExceptionState&);
94 String toDataURL(const String& mimeType, ExceptionState& exceptionState) { return toDataURL(mimeType, 0, exceptionState); }
HTMLCanvasElement.cpp 370 String HTMLCanvasElement::toDataURL(const String& mimeType, const double* quality, ExceptionState& exceptionState)
391 return buffer()->toDataURL(encodingMimeType, quality);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 419 String ImageBuffer::toDataURL(const String& mimeType, const double* quality) const
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModuleSource.js 858 toDataURL: function()
    [all...]

Completed in 562 milliseconds