Searched refs:getContextAttributes (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.h231 PassRefPtrWillBeRawPtr<Canvas2DContextAttributes> getContextAttributes() const;
H A DCanvasRenderingContext2D.idl142 Canvas2DContextAttributes getContextAttributes();
H A DWebGLRenderingContextBase.idl555 WebGLContextAttributes getContextAttributes();
H A DWebGLRenderingContextBase.h192 PassRefPtrWillBeRawPtr<WebGLContextAttributes> getContextAttributes();
H A DWebGLRenderingContextBase.cpp821 RefPtrWillBeRawPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
2127 PassRefPtrWillBeRawPtr<WebGLContextAttributes> WebGLRenderingContextBase::getContextAttributes() function in class:blink::__anon11092::WebGLRenderingContextBase
5677 RefPtrWillBeRawPtr<WebGLContextAttributes> attributes = getContextAttributes();
H A DCanvasRenderingContext2D.cpp2320 PassRefPtrWillBeRawPtr<Canvas2DContextAttributes> CanvasRenderingContext2D::getContextAttributes() const function in class:blink::CanvasRenderingContext2D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h125 virtual Attributes getContextAttributes() { return m_attrs; } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js2715 data.originalContextAttributes = gl.getContextAttributes();
3273 if (ctx.getContextAttributes)
3274 data.originalContextAttributes = ctx.getContextAttributes();

Completed in 756 milliseconds