WebGLContextGroup 34 Source/core/html/canvas/WebGLContextGroup.cpp PassRefPtr<WebGLContextGroup> WebGLContextGroup::create() WebGLContextGroup 36 Source/core/html/canvas/WebGLContextGroup.cpp RefPtr<WebGLContextGroup> contextGroup = adoptRef(new WebGLContextGroup()); WebGLContextGroup 40 Source/core/html/canvas/WebGLContextGroup.cpp WebGLContextGroup::WebGLContextGroup() WebGLContextGroup 44 Source/core/html/canvas/WebGLContextGroup.cpp WebGLContextGroup::~WebGLContextGroup() WebGLContextGroup 49 Source/core/html/canvas/WebGLContextGroup.cpp blink::WebGraphicsContext3D* WebGLContextGroup::getAWebGraphicsContext3D() WebGLContextGroup 56 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::addContext(WebGLRenderingContextBase* context) WebGLContextGroup 61 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::removeContext(WebGLRenderingContextBase* context) WebGLContextGroup 70 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::removeObject(WebGLSharedObject* object) WebGLContextGroup 75 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::addObject(WebGLSharedObject* object) WebGLContextGroup 80 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::detachAndRemoveAllObjects() WebGLContextGroup 88 Source/core/html/canvas/WebGLContextGroup.cpp void WebGLContextGroup::loseContextGroup(WebGLRenderingContextBase::LostContextMode mode) WebGLContextGroup 46 Source/core/html/canvas/WebGLContextGroup.h class WebGLContextGroup FINAL : public RefCounted<WebGLContextGroup> { WebGLContextGroup 48 Source/core/html/canvas/WebGLContextGroup.h static PassRefPtr<WebGLContextGroup> create(); WebGLContextGroup 49 Source/core/html/canvas/WebGLContextGroup.h ~WebGLContextGroup(); WebGLContextGroup 64 Source/core/html/canvas/WebGLContextGroup.h WebGLContextGroup(); WebGLContextGroup 47 Source/core/html/canvas/WebGLContextObject.h virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase* context) const OVERRIDE FINAL WebGLContextGroup 38 Source/core/html/canvas/WebGLObject.h class WebGLContextGroup; WebGLContextGroup 61 Source/core/html/canvas/WebGLObject.h virtual bool validate(const WebGLContextGroup*, const WebGLRenderingContextBase*) const = 0; WebGLContextGroup 520 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_contextGroup = WebGLContextGroup::create(); WebGLContextGroup 75 Source/core/html/canvas/WebGLRenderingContextBase.h class WebGLContextGroup; WebGLContextGroup 328 Source/core/html/canvas/WebGLRenderingContextBase.h WebGLContextGroup* contextGroup() const { return m_contextGroup.get(); } WebGLContextGroup 396 Source/core/html/canvas/WebGLRenderingContextBase.h RefPtr<WebGLContextGroup> m_contextGroup; WebGLContextGroup 33 Source/core/html/canvas/WebGLSharedObject.h class WebGLContextGroup; WebGLContextGroup 42 Source/core/html/canvas/WebGLSharedObject.h WebGLContextGroup* contextGroup() const { return m_contextGroup; } WebGLContextGroup 50 Source/core/html/canvas/WebGLSharedObject.h virtual bool validate(const WebGLContextGroup* contextGroup, const WebGLRenderingContextBase*) const OVERRIDE FINAL WebGLContextGroup 68 Source/core/html/canvas/WebGLSharedObject.h WebGLContextGroup* m_contextGroup;