Home
last modified time | relevance | path

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

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