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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.cpp59 static void sortBlock(unsigned from, unsigned to, WillBeHeapVector<NodeSetVector>& parentMatrix, bool mayContainAttributeNodes) function in namespace:blink::XPath
98 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
119 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);
143 sortBlock(previousGroupEnd, groupEnd, parentMatrix, mayContainAttributeNodes);
187 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);

Completed in 91 milliseconds