forciblyEvictedContexts   99 Source/core/html/canvas/WebGLRenderingContextBase.cpp     DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContextBase*>, forciblyEvictedContexts, ());
forciblyEvictedContexts  100 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return forciblyEvictedContexts;
forciblyEvictedContexts  170 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (addToEvictedList && !forciblyEvictedContexts().contains(context))
forciblyEvictedContexts  171 Source/core/html/canvas/WebGLRenderingContextBase.cpp         forciblyEvictedContexts().append(context);
forciblyEvictedContexts  176 Source/core/html/canvas/WebGLRenderingContextBase.cpp     size_t position = forciblyEvictedContexts().find(context);
forciblyEvictedContexts  178 Source/core/html/canvas/WebGLRenderingContextBase.cpp         forciblyEvictedContexts().remove(position);
forciblyEvictedContexts  183 Source/core/html/canvas/WebGLRenderingContextBase.cpp     while(activeContexts().size() < maxGLActiveContexts && forciblyEvictedContexts().size()) {
forciblyEvictedContexts  184 Source/core/html/canvas/WebGLRenderingContextBase.cpp         WebGLRenderingContextBase* evictedContext = forciblyEvictedContexts().first();
forciblyEvictedContexts  186 Source/core/html/canvas/WebGLRenderingContextBase.cpp             forciblyEvictedContexts().remove(0);
forciblyEvictedContexts  194 Source/core/html/canvas/WebGLRenderingContextBase.cpp             forciblyEvictedContexts().remove(0);
forciblyEvictedContexts  908 Source/core/html/canvas/WebGLRenderingContextBase.h     static Vector<WebGLRenderingContextBase*>& forciblyEvictedContexts();