Home
last modified time | relevance | path

Searched refs:treeScopesB (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp482 Vector<TreeScope*, 5> treeScopesB; in commonTreeScope() local
483 listTreeScopes(nodeB, treeScopesB); in commonTreeScope()
486 size_t indexB = treeScopesB.size(); in commonTreeScope()
488 …for (; indexA > 0 && indexB > 0 && treeScopesA[indexA - 1] == treeScopesB[indexB - 1]; --indexA, -… in commonTreeScope()
490 return treeScopesA[indexA] == treeScopesB[indexB] ? treeScopesA[indexA] : 0; in commonTreeScope()