Searched refs:WebGLRenderingContextLostCallback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h99 class WebGLRenderingContextLostCallback;
463 OwnPtrWillBeMember<WebGLRenderingContextLostCallback> m_contextLostCallbackAdapter;
H A DWebGLRenderingContextBase.cpp500 class WebGLRenderingContextLostCallback FINAL : public NoBaseWillBeGarbageCollectedFinalized<WebGLRenderingContextLostCallback>, public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
503 static PassOwnPtrWillBeRawPtr<WebGLRenderingContextLostCallback> create(WebGLRenderingContextBase* context)
505 return adoptPtrWillBeNoop(new WebGLRenderingContextLostCallback(context));
508 virtual ~WebGLRenderingContextLostCallback() { }
518 explicit WebGLRenderingContextLostCallback(WebGLRenderingContextBase* context) function in class:blink::__anon11092::FINAL
674 m_contextLostCallbackAdapter = WebGLRenderingContextLostCallback::create(this);

Completed in 82 milliseconds