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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp 78 moveTreeToNewDocument(*shadow, oldDocument, newDocument);
87 void TreeScopeAdopter::moveTreeToNewDocument(Node& root, Document& oldDocument, Document& newDocument) const
93 moveTreeToNewDocument(*shadow, oldDocument, newDocument);
TreeScopeAdopter.h 51 void moveTreeToNewDocument(Node&, Document& oldDocument, Document& newDocument) const;

Completed in 401 milliseconds