HomeSort by relevance Sort by last modified time
    Searched full:treescopesb (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 443 Vector<TreeScope*, 5> treeScopesB;
444 listTreeScopes(nodeB, treeScopesB);
447 size_t indexB = treeScopesB.size();
449 for (; indexA > 0 && indexB > 0 && treeScopesA[indexA - 1] == treeScopesB[indexB - 1]; --indexA, --indexB) { }
451 return treeScopesA[indexA] == treeScopesB[indexB] ? treeScopesA[indexA] : 0;

Completed in 2388 milliseconds