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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 423 toWebGLRenderingContext(m_context.get())->setSavingImage(isSaving);
425 toWebGLRenderingContext(m_context.get())->setSavingImage(false);
649 toWebGLRenderingContext(m_context.get())->setSavingImage(true);
651 toWebGLRenderingContext(m_context.get())->setSavingImage(false);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 362 void setSavingImage(bool isSaving) { m_savingImage = isSaving; }
    [all...]

Completed in 112 milliseconds