OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveNodeToNewDocument
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.h
52
void
moveNodeToNewDocument
(Node&, Document& oldDocument, Document& newDocument) const;
TreeScopeAdopter.cpp
62
moveNodeToNewDocument
(*node, oldDocument, newDocument);
94
moveNodeToNewDocument
(*node, oldDocument, newDocument);
130
inline void TreeScopeAdopter::
moveNodeToNewDocument
(Node& node, Document& oldDocument, Document& newDocument) const
Completed in 961 milliseconds