OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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