Searched refs:firstChildInAncestorToProcess (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DRange.cpp867 RefPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->nextSibling() : container->previousSibling(); local
880 ASSERT(!firstChildInAncestorToProcess || firstChildInAncestorToProcess->parentNode() == ancestor);
883 for (Node* child = firstChildInAncestorToProcess.get(); child;
907 firstChildInAncestorToProcess = direction == ProcessContentsForward ? ancestor->nextSibling() : ancestor->previousSibling();

Completed in 66 milliseconds