HomeSort by relevance Sort by last modified time
    Searched refs:clonedContainer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
Range.cpp 857 RefPtr<Node> clonedContainer = passedClonedContainer;
867 clonedAncestor->appendChild(clonedContainer, ec);
868 clonedContainer = clonedAncestor;
885 clonedContainer->appendChild(child, ec);
887 clonedContainer->insertBefore(child, clonedContainer->firstChild(), ec);
891 clonedContainer->appendChild(child->cloneNode(true), ec);
893 clonedContainer->insertBefore(child->cloneNode(true), clonedContainer->firstChild(), ec);
900 return clonedContainer;
    [all...]
Range.h 155 static PassRefPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container, ContentsProcessDirection, PassRefPtr<Node> clonedContainer, Node* commonRoot, ExceptionCode&);

Completed in 167 milliseconds