Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1135 Node *Node::nextNodeConsideringAtomicNodes() const in nextNodeConsideringAtomicNodes() function in WebCore::Node
1162 Node *node = nextNodeConsideringAtomicNodes(); in nextLeafNode()
1166 node = node->nextNodeConsideringAtomicNodes(); in nextLeafNode()
DNode.h320 Node* nextNodeConsideringAtomicNodes() const;