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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeTraversal.cpp51 if (Node* next = current->pseudoAwareNextSibling())
56 if (Node* next = current->pseudoAwareNextSibling())
66 if (Node* next = current->pseudoAwareNextSibling())
71 if (Node* next = current->pseudoAwareNextSibling())
H A DNode.h197 Node* pseudoAwareNextSibling() const;
H A DNode.cpp472 Node* Node::pseudoAwareNextSibling() const function in class:WebCore::Node

Completed in 89 milliseconds