Searched refs:sourceTop (Results 1 – 1 of 1) sorted by relevance
433 Node* sourceTop = sourceCont; in compareBoundaryPoints() local436 while (sourceTop->parentNode()) in compareBoundaryPoints()437 sourceTop = sourceTop->parentNode(); in compareBoundaryPoints()438 if (thisTop != sourceTop) { // in different DocumentFragments in compareBoundaryPoints()