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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h364 WebGLRenderingContextRestoreTimer m_restoreTimer; member in class:WebCore::WebGLRenderingContext
H A DWebGLRenderingContext.cpp384 , m_restoreTimer(this)
2650 if (m_restoreTimer.isActive())
2656 m_restoreTimer.startOneShot(secondsBetweenRestoreAttempts);
3882 m_restoreTimer.startOneShot(0);

Completed in 131 milliseconds