Home
last modified time | relevance | path

Searched refs:commonAncestorDepth (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXPathNodeSet.cpp55 unsigned commonAncestorDepth = minDepth; in sortBlock() local
58 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]); in sortBlock()
59 if (commonAncestorDepth == 0) in sortBlock()
64 if (commonAncestor != parentWithDepth(commonAncestorDepth, parentMatrix[i])) { in sortBlock()
72 --commonAncestorDepth; in sortBlock()
75 if (commonAncestorDepth == minDepth) { in sortBlock()
110 parentNodes.add(parentWithDepth(commonAncestorDepth + 1, parentMatrix[i])); in sortBlock()
118 if (parentWithDepth(commonAncestorDepth + 1, parentMatrix[i]) == n) in sortBlock()