Searched refs:childB (Results 1 – 1 of 1) sorted by relevance
528 Node* childB = containerB; in compareBoundaryPoints() local529 while (childB && childB->parentNode() != commonAncestor) in compareBoundaryPoints()530 childB = childB->parentNode(); in compareBoundaryPoints()531 if (!childB) in compareBoundaryPoints()532 childB = commonAncestor; in compareBoundaryPoints()534 if (childA == childB) in compareBoundaryPoints()541 if (n == childB) in compareBoundaryPoints()