Home
last modified time | relevance | path

Searched defs:nextTo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DContentDistribution.cpp58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo() function in WebCore::ContentDistribution
DInsertionPoint.h71 Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); } in nextTo() function