Searched refs:childA (Results 1 – 1 of 1) sorted by relevance
497 Node* childA = containerA; in compareBoundaryPoints() local498 while (childA && childA->parentNode() != commonAncestor) in compareBoundaryPoints()499 childA = childA->parentNode(); in compareBoundaryPoints()500 if (!childA) in compareBoundaryPoints()501 childA = commonAncestor; in compareBoundaryPoints()508 if (childA == childB) in compareBoundaryPoints()513 if (n == childA) in compareBoundaryPoints()