Home
last modified time | relevance | path

Searched refs:pseudoAwareLastChild (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeTraversal.cpp37 while (previous->pseudoAwareLastChild()) in previousIncludingPseudo()
38 previous = previous->pseudoAwareLastChild(); in previousIncludingPseudo()
DNodeRenderingTraversal.cpp136 static Node* pseudoAwareLastChild(const Node* node) in pseudoAwareLastChild() function
159 while (Node* previousLastChild = pseudoAwareLastChild(previousNode)) in previous()
DNode.h199 Node* pseudoAwareLastChild() const;
DNode.cpp449 Node* Node::pseudoAwareLastChild() const in pseudoAwareLastChild() function in blink::Node