Home
last modified time | relevance | path

Searched refs:dispatchContextLostEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.h290 void dispatchContextLostEvent(Timer<CanvasRenderingContext2D>*);
DCanvasRenderingContext2D.cpp93 , m_dispatchContextLostEventTimer(this, &CanvasRenderingContext2D::dispatchContextLostEvent) in CanvasRenderingContext2D()
173 void CanvasRenderingContext2D::dispatchContextLostEvent(Timer<CanvasRenderingContext2D>*) in dispatchContextLostEvent() function in WebCore::CanvasRenderingContext2D
DWebGLRenderingContextBase.h853 void dispatchContextLostEvent(Timer<WebGLRenderingContextBase>*);
DWebGLRenderingContextBase.cpp509 , m_dispatchContextLostEventTimer(this, &WebGLRenderingContextBase::dispatchContextLostEvent) in WebGLRenderingContextBase()
5452 void WebGLRenderingContextBase::dispatchContextLostEvent(Timer<WebGLRenderingContextBase>*) in dispatchContextLostEvent() function in WebCore::WebGLRenderingContextBase