Searched refs:nextTo (Results 1 – 4 of 4) sorted by relevance
71 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function
82 …; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionP… in traverseDistributedNodes()100 …istributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionP… in traverseSiblingOrBackToInsertionPoint()
58 Node* nextTo(const Node*) const;
58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in WebCore::ContentDistribution