OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextAncestorSibling
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.h
67
Node*
nextAncestorSibling
(const Node&);
68
Node*
nextAncestorSibling
(const Node&, const Node* stayWithin);
77
return
nextAncestorSibling
(current);
91
return
nextAncestorSibling
(current, stayWithin);
101
return
nextAncestorSibling
(current);
113
return
nextAncestorSibling
(current, stayWithin);
NodeTraversal.cpp
77
Node*
nextAncestorSibling
(const Node& current)
87
Node*
nextAncestorSibling
(const Node& current, const Node* stayWithin)
Completed in 204 milliseconds