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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementTraversal.h 87 static ElementType* pseudoAwarePreviousSibling(const Node&);
347 inline ElementType* Traversal<ElementType>::pseudoAwarePreviousSibling(const Node& current)
349 Node* node = current.pseudoAwarePreviousSibling();
351 node = node->pseudoAwarePreviousSibling();
NodeRenderingTraversal.cpp 120 static Node* pseudoAwarePreviousSibling(const Node* node)
158 if (Node* previousNode = pseudoAwarePreviousSibling(node)) {
Node.cpp 409 Node* Node::pseudoAwarePreviousSibling() const
    [all...]

Completed in 120 milliseconds