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 97 class WebGLRenderingContextLostCallback;
420 OwnPtr<WebGLRenderingContextLostCallback> m_contextLostCallbackAdapter;
    [all...]
WebGLRenderingContextBase.cpp 480 class WebGLRenderingContextLostCallback : public blink::WebGraphicsContext3D::WebGraphicsContextLostCallback {
483 explicit WebGLRenderingContextLostCallback(WebGLRenderingContextBase* cb) : m_context(cb) { }
485 virtual ~WebGLRenderingContextLostCallback() {}
622 m_contextLostCallbackAdapter = adoptPtr(new WebGLRenderingContextLostCallback(this));
    [all...]

Completed in 58 milliseconds