Searched refs:forciblyLoseOldestContext (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.h63 virtual void forciblyLoseOldestContext(const String& reason) = 0;
H A DDrawingBufferTest.cpp55 void forciblyLoseOldestContext(const String& reason) { } function in class:__anon11322::FakeContextEvictionManager
H A DDrawingBuffer.cpp826 m_contextEvictionManager->forciblyLoseOldestContext("WARNING: WebGL contexts have exceeded the maximum allowed backbuffer area. Oldest context will be lost.");
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp114 void WebGLRenderingContextBase::forciblyLoseOldestContext(const String& reason) function in class:blink::WebGLRenderingContextBase
173 forciblyLoseOldestContext("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
228 void forciblyLoseOldestContext(const String& reason) { function in class:blink::WebGLRenderingContextEvictionManager
229 WebGLRenderingContextBase::forciblyLoseOldestContext(reason);
H A DWebGLRenderingContextBase.h953 static void forciblyLoseOldestContext(const String& reason);

Completed in 240 milliseconds