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

/external/webkit/WebCore/xml/
H A DXPathNodeSet.cpp47 unsigned minDepth = UINT_MAX; local
50 if (minDepth > depth)
51 minDepth = depth;
55 unsigned commonAncestorDepth = minDepth;
75 if (commonAncestorDepth == minDepth) {

Completed in 14 milliseconds