Searched refs:clonedAncestor (Results 1 – 2 of 2) sorted by relevance
141 RefPtr<Element> clonedAncestor = clonedBlockquote; in doApply() local155 appendNode(clonedChild.get(), clonedAncestor.get()); in doApply()156 clonedAncestor = clonedChild; in doApply()164 appendNode(moveNode, clonedAncestor.get()); in doApply()175 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement(); in doApply()
871 …if (RefPtr<Node> clonedAncestor = ancestor->cloneNode(false)) { // Might have been removed already… in processAncestorsAndTheirSiblings() local872 clonedAncestor->appendChild(clonedContainer, ec); in processAncestorsAndTheirSiblings()873 clonedContainer = clonedAncestor; in processAncestorsAndTheirSiblings()