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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp56 for (node = node->nextLeafNode(); node; node = node->nextLeafNode()) {
H A DNode.h319 Node* nextLeafNode() const;
H A DNode.cpp1075 Node *Node::nextLeafNode() const function in class:blink::Node
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp72 node = node->nextLeafNode();
76 node = node->nextLeafNode();

Completed in 137 milliseconds