HomeSort by relevance Sort by last modified time
    Searched defs:pseudoAwarePreviousSibling (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeTraversal.h 56 Element* pseudoAwarePreviousSibling(const Node*);
178 inline Element* pseudoAwarePreviousSibling(const Node* current)
180 Node* node = current->pseudoAwarePreviousSibling();
182 node = node->pseudoAwarePreviousSibling();
Node.cpp 460 Node* Node::pseudoAwarePreviousSibling() const
    [all...]

Completed in 2147 milliseconds