OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousTo
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ContentDistribution.h
59
Node*
previousTo
(const Node*) const;
InsertionPoint.h
72
Node*
previousTo
(const Node* node) const { return m_distribution.
previousTo
(node); }
ContentDistribution.cpp
66
Node* ContentDistribution::
previousTo
(const Node* node) const
ComposedTreeWalker.cpp
82
for (const Node* next = node; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionPoint->
previousTo
(next))) {
100
if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint->nextTo(node) : insertionPoint->
previousTo
(node), insertionPoint, direction))
Completed in 129 milliseconds