Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp840 DocumentFragment* oldFragment = static_cast<DocumentFragment*>(importedNode); in importNode() local
843 … for (Node* oldChild = oldFragment->firstChild(); oldChild; oldChild = oldChild->nextSibling()) { in importNode()