Searched defs:nextTo (Results 1 – 2 of 2) sorted by relevance
58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in WebCore::ContentDistribution
71 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function