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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathNodeSet.cpp46 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*>>& parentMatrix, bool mayContainAttributeNodes) function in namespace:WebCore::XPath
84 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
103 sortBlock(sortedEnd, to, parentMatrix, mayContainAttributeNodes);
124 sortBlock(previousGroupEnd, groupEnd, parentMatrix, mayContainAttributeNodes);
168 sortBlock(0, nodeCount, parentMatrix, containsAttributeNodes);

Completed in 176 milliseconds