forciblyLoseOldestContext  156 Source/core/html/canvas/WebGLRenderingContextBase.cpp         forciblyLoseOldestContext("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
forciblyLoseOldestContext  205 Source/core/html/canvas/WebGLRenderingContextBase.cpp         WebGLRenderingContextBase::forciblyLoseOldestContext(reason);
forciblyLoseOldestContext  913 Source/core/html/canvas/WebGLRenderingContextBase.h     static void forciblyLoseOldestContext(const String& reason);
forciblyLoseOldestContext  741 Source/platform/graphics/gpu/DrawingBuffer.cpp         m_contextEvictionManager->forciblyLoseOldestContext("WARNING: WebGL contexts have exceeded the maximum allowed backbuffer area. Oldest context will be lost.");
forciblyLoseOldestContext   64 Source/platform/graphics/gpu/DrawingBuffer.h     virtual void forciblyLoseOldestContext(const String& reason) = 0;