Home
last modified time | relevance | path

Searched refs:childB (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp528 Node* childB = containerB; in compareBoundaryPoints() local
529 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()