Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNode.h643 void setDocumentRecursively(Document*);
DNode.cpp861 void Node::setDocumentRecursively(Document* newDocument) in setDocumentRecursively() function in WebCore::Node
870 shadow->setDocumentRecursively(newDocument); in setDocumentRecursively()
/external/webkit/Source/WebCore/
DChangeLog5360 Make setDocument() and setDocumentRecursively() private.
5462 (WebCore::Node::setDocumentRecursively):
20594 (WebCore::Node::setDocumentRecursively): Changed to use the helper.
25893 (WebCore::Node::setDocumentRecursively):
48673 (WebCore::Node::setDocumentRecursively):
49725 (WebCore::Node::setDocumentRecursively):
DChangeLog-2011-02-1626947 (WebCore::Document::adoptNode): Changed to use Node::setDocumentRecursively.
26949 (WebCore::Node::setDocumentRecursively): Added new method, taking existing
26955 (WebCore::Node::checkReplaceChild): Changed to use setDocumentRecursively.