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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.h225 PassRefPtr<Canvas2DContextAttributes> getContextAttributes() const;
H A DCanvasRenderingContext2D.idl137 Canvas2DContextAttributes getContextAttributes();
H A DWebGLRenderingContextBase.idl554 WebGLContextAttributes getContextAttributes();
H A DWebGLRenderingContextBase.h191 PassRefPtr<WebGLContextAttributes> getContextAttributes();
H A DWebGLRenderingContextBase.cpp763 RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
2080 PassRefPtr<WebGLContextAttributes> WebGLRenderingContextBase::getContextAttributes() function in class:WebCore::__anon10393::WebGLRenderingContextBase
5634 RefPtr<WebGLContextAttributes> attributes = getContextAttributes();
H A DCanvasRenderingContext2D.cpp2289 PassRefPtr<Canvas2DContextAttributes> CanvasRenderingContext2D::getContextAttributes() const function in class:WebCore::CanvasRenderingContext2D
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h126 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 367 milliseconds