Home
last modified time | relevance | path

Searched refs:pseudoAwareNextSibling (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeTraversal.cpp51 if (Node* next = current.pseudoAwareNextSibling()) in nextIncludingPseudo()
56 if (Node* next = parent->pseudoAwareNextSibling()) in nextIncludingPseudo()
66 if (Node* next = current.pseudoAwareNextSibling()) in nextIncludingPseudoSkippingChildren()
71 if (Node* next = parent->pseudoAwareNextSibling()) in nextIncludingPseudoSkippingChildren()
DNode.h188 Node* pseudoAwareNextSibling() const;
DNode.cpp409 Node* Node::pseudoAwareNextSibling() const in pseudoAwareNextSibling() function in WebCore::Node