traverseSiblings   55 Source/core/dom/shadow/ComposedTreeWalker.cpp     return traverseSiblings(direction == TraversalDirectionForward ? node->firstChild() : node->lastChild(), direction);
traverseSiblings  107 Source/core/dom/shadow/ComposedTreeWalker.cpp     if (Node* found = traverseSiblings(direction == TraversalDirectionForward ? node->nextSibling() : node->previousSibling(), direction))
traverseSiblings  105 Source/core/dom/shadow/ComposedTreeWalker.h     static Node* traverseSiblings(const Node*, TraversalDirection);