Searched defs:forciblyLoseOldestContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp55 void forciblyLoseOldestContext(const String& reason) { } function in class:__anon11322::FakeContextEvictionManager
/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);

Completed in 1112 milliseconds