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 862 RefPtr<Node> clonedContainer = passedClonedContainer;
872 clonedAncestor->appendChild(clonedContainer, ec);
873 clonedContainer = clonedAncestor;
895 clonedContainer->appendChild(child, ec);
897 clonedContainer->insertBefore(child, clonedContainer->firstChild(), ec);
901 clonedContainer->appendChild(child->cloneNode(true), ec);
903 clonedContainer->insertBefore(child->cloneNode(true), clonedContainer->firstChild(), ec);
910 return clonedContainer.release()
    [all...]
Range.h 155 static PassRefPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container, ContentsProcessDirection, PassRefPtr<Node> clonedContainer, Node* commonRoot, ExceptionCode&);

Completed in 157 milliseconds