nextTo 81 Source/core/dom/shadow/ComposedTreeWalker.cpp for (const Node* next = node; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionPoint->previousTo(next))) { nextTo 99 Source/core/dom/shadow/ComposedTreeWalker.cpp if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionPoint->previousTo(node), insertionPoint, direction)) nextTo 58 Source/core/dom/shadow/ContentDistribution.h Node* nextTo(const Node*) const; nextTo 68 Source/core/dom/shadow/InsertionPoint.h Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); }