Searched refs:childA (Results 1 – 1 of 1) sorted by relevance
523 Node* childA = containerA; in compareBoundaryPoints() local524 while (childA && childA->parentNode() != commonAncestor) in compareBoundaryPoints()525 childA = childA->parentNode(); in compareBoundaryPoints()526 if (!childA) in compareBoundaryPoints()527 childA = commonAncestor; in compareBoundaryPoints()534 if (childA == childB) in compareBoundaryPoints()539 if (n == childA) in compareBoundaryPoints()