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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h855 void maybeRestoreContext(Timer<WebGLRenderingContextBase>*);
H A DWebGLRenderingContextBase.cpp511 , m_restoreTimer(this, &WebGLRenderingContextBase::maybeRestoreContext)
5462 void WebGLRenderingContextBase::maybeRestoreContext(Timer<WebGLRenderingContextBase>*) function in class:WebCore::__anon10393::WebGLRenderingContextBase
5465 printWarningToConsole("maybeRestoreContext(): begin");
5493 printWarningToConsole("maybeRestoreContext(): destroyed old DrawingBuffer");
5515 printWarningToConsole("maybeRestoreContext(): created new DrawingBuffer");
5527 printWarningToConsole("maybeRestoreContext(): before dispatchEvent");
5531 printWarningToConsole("maybeRestoreContext(): end");

Completed in 86 milliseconds