HomeSort by relevance Sort by last modified time
    Searched refs:WebGLRenderingContextLostCallback (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 99 class WebGLRenderingContextLostCallback;
463 OwnPtrWillBeMember<WebGLRenderingContextLostCallback> m_contextLostCallbackAdapter;
    [all...]
WebGLRenderingContextBase.cpp 500 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)
674 m_contextLostCallbackAdapter = WebGLRenderingContextLostCallback::create(this);
    [all...]

Completed in 49 milliseconds