OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TraversalDirection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h
57
enum
TraversalDirection
{
95
static const RenderObject* findFirstTextLeafNotInCluster(const RenderObject*, size_t& depth,
TraversalDirection
);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ComposedTreeWalker.h
70
enum
TraversalDirection
{
92
static Node* traverseNode(const Node*,
TraversalDirection
);
93
static Node* traverseLightChildren(const Node*,
TraversalDirection
);
97
Node* traverseChild(const Node*,
TraversalDirection
) const;
102
static Node* traverseSiblingOrBackToInsertionPoint(const Node*,
TraversalDirection
);
103
static Node* traverseSiblingInCurrentTree(const Node*,
TraversalDirection
);
105
static Node* traverseSiblings(const Node*,
TraversalDirection
);
106
static Node* traverseDistributedNodes(const Node*, const InsertionPoint*,
TraversalDirection
);
108
static Node* traverseBackToYoungerShadowRoot(const Node*,
TraversalDirection
);
Completed in 43 milliseconds