OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forciblyLoseOldestContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
DrawingBufferTest.cpp
55
void
forciblyLoseOldestContext
(const String& reason) { }
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
103
void WebGLRenderingContext::
forciblyLoseOldestContext
(const String& reason)
156
forciblyLoseOldestContext
("WARNING: Too many active WebGL contexts. Oldest context will be lost.");
204
void
forciblyLoseOldestContext
(const String& reason) {
205
WebGLRenderingContext::
forciblyLoseOldestContext
(reason);
[
all
...]
Completed in 164 milliseconds