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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp106 WebGLRenderingContext* oldestActiveContext = activeContexts().first(); local
109 oldestActiveContext->printWarningToConsole(reason);
110 InspectorInstrumentation::didFireWebGLWarning(oldestActiveContext->canvas());
113 oldestActiveContext->forceLostContext(WebGLRenderingContext::SyntheticLostContext);
122 WebGLRenderingContext* oldestActiveContext = activeContexts().first(); local
123 size.setWidth(oldestActiveContext->drawingBufferWidth());
124 size.setHeight(oldestActiveContext->drawingBufferHeight());

Completed in 51 milliseconds