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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp110 unsigned sortedEnd = from; local
112 for (unsigned i = sortedEnd; i < to; ++i) {
115 parentMatrix[i].swap(parentMatrix[sortedEnd++]);
117 if (sortedEnd != from) {
118 if (to - sortedEnd > 1)
119 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);

Completed in 188 milliseconds