OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pseudoAwarePreviousSibling
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementTraversal.h
57
Element*
pseudoAwarePreviousSibling
(const Node&);
139
inline Element*
pseudoAwarePreviousSibling
(const Node& current)
141
Node* node = current.
pseudoAwarePreviousSibling
();
143
node = node->
pseudoAwarePreviousSibling
();
Node.cpp
397
Node* Node::
pseudoAwarePreviousSibling
() const
[
all
...]
Completed in 30 milliseconds