Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp873 DocumentFragment* oldFragment = toDocumentFragment(importedNode); in importNode() local
876 … for (Node* oldChild = oldFragment->firstChild(); oldChild; oldChild = oldChild->nextSibling()) { in importNode()