pseudoAwareNextSibling 179 Source/core/dom/Node.h Node* pseudoAwareNextSibling() const; pseudoAwareNextSibling 213 Source/core/dom/NodeRenderingTraversal.cpp if (Node* nextNode = pseudoAwareNextSibling(node)) pseudoAwareNextSibling 218 Source/core/dom/NodeRenderingTraversal.cpp if (Node* nextNode = pseudoAwareNextSibling(parentNode)) pseudoAwareNextSibling 50 Source/core/dom/NodeTraversal.cpp if (Node* next = current.pseudoAwareNextSibling()) pseudoAwareNextSibling 55 Source/core/dom/NodeTraversal.cpp if (Node* next = parent->pseudoAwareNextSibling()) pseudoAwareNextSibling 65 Source/core/dom/NodeTraversal.cpp if (Node* next = current.pseudoAwareNextSibling()) pseudoAwareNextSibling 70 Source/core/dom/NodeTraversal.cpp if (Node* next = parent->pseudoAwareNextSibling())