getContextAttributes  230 Source/core/html/canvas/CanvasRenderingContext2D.h     PassRefPtr<Canvas2DContextAttributes> getContextAttributes() const;
getContextAttributes  759 Source/core/html/canvas/WebGLRenderingContextBase.cpp     RefPtr<WebGLContextAttributes> contextAttributes = getContextAttributes();
getContextAttributes 2075 Source/core/html/canvas/WebGLRenderingContextBase.cpp     blink::WebGraphicsContext3D::Attributes attrs = m_context->getContextAttributes();
getContextAttributes 3077 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_framebufferBinding && !m_context->getContextAttributes().alpha) {
getContextAttributes 5512 Source/core/html/canvas/WebGLRenderingContextBase.cpp         RefPtr<WebGLContextAttributes> attributes = getContextAttributes();
getContextAttributes  187 Source/core/html/canvas/WebGLRenderingContextBase.h     PassRefPtr<WebGLContextAttributes> getContextAttributes();
getContextAttributes  282 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_attributes = m_context->getContextAttributes();
getContextAttributes  126 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual Attributes getContextAttributes() { return m_attrs; }
getContextAttributes  265 public/platform/WebGraphicsContext3D.h     virtual Attributes getContextAttributes() = 0;