Home
last modified time | relevance | path

Searched refs:nextTo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.h71 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function
DComposedTreeWalker.cpp82 …; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionP… in traverseDistributedNodes()
100 …istributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionP… in traverseSiblingOrBackToInsertionPoint()
DContentDistribution.h58 Node* nextTo(const Node*) const;
DContentDistribution.cpp58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in WebCore::ContentDistribution