Searched refs:clonedNode (Results 1 – 4 of 4) sorted by relevance
143 RefPtr<Node> clonedNode = children->item(i)->cloneNode(true); in transferAllChildrenOfElementToTargetElement() local144 targetElement->appendChild(clonedNode.release(), ec); in transferAllChildrenOfElementToTargetElement()
786 RefPtr<Node> clonedNode = n->cloneNode(true); in cloneParagraphUnderNewElement() local787 insertNodeAfter(clonedNode, lastNode); in cloneParagraphUnderNewElement()788 lastNode = clonedNode.release(); in cloneParagraphUnderNewElement()
1222 xmlNodePtr *clonedNode,
35844 …Also rolled-out the HTMLElement specialisation of clonedNode as it was equivalent to what is done …35854 … * html/HTMLElement.h: Removed HTMLElement::clonedNode as it is equivalent to what is now done.