RealLostContext 478 Source/core/html/canvas/WebGLRenderingContextBase.cpp virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContextBase::RealLostContext); } RealLostContext 4146 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (mode == RealLostContext) { RealLostContext 4170 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (mode != RealLostContext) RealLostContext 4173 Source/core/html/canvas/WebGLRenderingContextBase.cpp ConsoleDisplayPreference display = (mode == RealLostContext) ? DisplayInConsole: DontDisplayInConsole; RealLostContext 5345 Source/core/html/canvas/WebGLRenderingContextBase.cpp deactivateContext(this, m_contextLostMode != RealLostContext && m_restoreAllowed); RealLostContext 5346 Source/core/html/canvas/WebGLRenderingContextBase.cpp if ((m_contextLostMode == RealLostContext || m_contextLostMode == AutoRecoverSyntheticLostContext) && m_restoreAllowed) RealLostContext 5390 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (m_contextLostMode == RealLostContext) {