HomeSort by relevance Sort by last modified time
    Searched refs:previousIncludingPseudo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementTraversal.h 52 Element* previousIncludingPseudo(const Node&, const Node* stayWithin = 0);
115 inline Element* previousIncludingPseudo(const Node& current, const Node* stayWithin)
117 Node* node = NodeTraversal::previousIncludingPseudo(current, stayWithin);
119 node = NodeTraversal::previousIncludingPseudo(*node, stayWithin);
NodeTraversal.h 63 Node* previousIncludingPseudo(const Node&, const Node* stayWithin = 0);
NodeTraversal.cpp 33 Node* previousIncludingPseudo(const Node& current, const Node* stayWithin)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 155 for (current = ElementTraversal::previousIncludingPseudo(*current, listNode); current; current = ElementTraversal::previousIncludingPseudo(*current, listNode)) {
166 // the previousIncludingPseudo() that will be done by the loop.
RenderCounter.cpp 62 Element* previous = ElementTraversal::previousIncludingPseudo(*self);
64 previous = ElementTraversal::previousIncludingPseudo(*previous);

Completed in 115 milliseconds