Home
last modified time | relevance | path

Searched refs:clonedNode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/wml/
DWMLTableElement.cpp143 RefPtr<Node> clonedNode = children->item(i)->cloneNode(true); in transferAllChildrenOfElementToTargetElement() local
144 targetElement->appendChild(clonedNode.release(), ec); in transferAllChildrenOfElementToTargetElement()
/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp786 RefPtr<Node> clonedNode = n->cloneNode(true); in cloneParagraphUnderNewElement() local
787 insertNodeAfter(clonedNode, lastNode); in cloneParagraphUnderNewElement()
788 lastNode = clonedNode.release(); in cloneParagraphUnderNewElement()
/external/libxml2/include/libxml/
Dtree.h1222 xmlNodePtr *clonedNode,
/external/webkit/WebCore/
DChangeLog-2009-06-1635844 …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.