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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp116 size_t candidateID = oldestContextIndex(); local
117 if (candidateID >= activeContexts().size())
120 WebGLRenderingContextBase* candidate = activeContexts()[candidateID];
142 size_t candidateID = 0; local
148 candidateID = ii;
152 return candidateID;
159 size_t candidateID = oldestContextIndex(); local
160 if (candidateID < activeContexts().size()) {
161 WebGLRenderingContextBase* candidate = activeContexts()[candidateID];

Completed in 121 milliseconds