Searched defs:commonAncestorDepth (Results 1 - 1 of 1) sorted by relevance

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

Completed in 27 milliseconds