Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp141 RefPtr<Element> clonedAncestor = clonedBlockquote; in doApply() local
155 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()
/external/webkit/Source/WebCore/dom/
DRange.cpp871 …if (RefPtr<Node> clonedAncestor = ancestor->cloneNode(false)) { // Might have been removed already… in processAncestorsAndTheirSiblings() local
872 clonedAncestor->appendChild(clonedContainer, ec); in processAncestorsAndTheirSiblings()
873 clonedContainer = clonedAncestor; in processAncestorsAndTheirSiblings()