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

/external/webkit/Source/WebCore/dom/
H A DNode.h247 Node* nextNodeConsideringAtomicNodes() const;
H A DNode.cpp1419 Node *Node::nextNodeConsideringAtomicNodes() const function in class:WebCore::Node
1446 Node *node = nextNodeConsideringAtomicNodes();
1450 node = node->nextNodeConsideringAtomicNodes();

Completed in 99 milliseconds