Home | History | Annotate | Download | only in editing

Lines Matching refs:ancestor

365                 Node* ancestor = ancestorsToClose.last();
366 if (next != pastEnd && next->isDescendantOf(ancestor))
369 appendEndTag(ancestor);
370 lastClosed = ancestor;
490 // Retain the Mail quote level by including all ancestor mail block quotes.
595 // Also include all of the ancestors of lastClosed up to this special ancestor.
596 for (ContainerNode* ancestor = lastClosed->parentNode(); ancestor; ancestor = ancestor->parentNode()) {
597 if (ancestor == fullySelectedRoot && !convertBlocksToInlines) {
618 accumulator.wrapWithNode(ancestor, convertBlocksToInlines, StyledMarkupAccumulator::DoesNotFullySelectNode);
621 nodes->append(ancestor);
623 lastClosed = ancestor;
625 if (ancestor == specialCommonAncestor)