Home
last modified time | relevance | path

Searched refs:moveNodeToNewDocument (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScopeAdopter.cpp58 moveNodeToNewDocument(*node, *oldDocument, newDocument); in moveTreeToNewScope()
87 moveNodeToNewDocument(*node, oldDocument, newDocument); in moveTreeToNewDocument()
114 inline void TreeScopeAdopter::moveNodeToNewDocument(Node& node, Document& oldDocument, Document* ne… in moveNodeToNewDocument() function in WebCore::TreeScopeAdopter
DTreeScopeAdopter.h51 void moveNodeToNewDocument(Node&, Document& oldDocument, Document* newDocument) const;