Home
last modified time | relevance | path

Searched refs:moveNodeIteratorsToNewDocument (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScopeAdopter.cpp124 oldDocument.moveNodeIteratorsToNewDocument(&node, newDocument); in moveNodeToNewDocument()
DDocument.h643 void moveNodeIteratorsToNewDocument(Node*, Document*);
DDocument.cpp3471 void Document::moveNodeIteratorsToNewDocument(Node* node, Document* newDocument) in moveNodeIteratorsToNewDocument() function in WebCore::Document