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/
NodeRenderingTraversal.cpp 122 static Node* pseudoAwarePreviousSibling(const Node* node)
160 if (Node* previousNode = pseudoAwarePreviousSibling(node)) {
ElementTraversal.h 77 static ElementType* pseudoAwarePreviousSibling(const Node&);
315 inline ElementType* Traversal<ElementType>::pseudoAwarePreviousSibling(const Node& current)
317 Node* node = current.pseudoAwarePreviousSibling();
319 node = node->pseudoAwarePreviousSibling();
Node.cpp 409 Node* Node::pseudoAwarePreviousSibling() const
    [all...]

Completed in 1520 milliseconds