Searched refs:pseudoAwareNextSibling (Results 1 – 3 of 3) sorted by relevance
51 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()
188 Node* pseudoAwareNextSibling() const;
409 Node* Node::pseudoAwareNextSibling() const in pseudoAwareNextSibling() function in WebCore::Node