Searched refs:iterateForPreviousNode (Results 1 – 2 of 2) sorted by relevance
144 Node* iterateForPreviousNode(Node* current) const;
274 ALWAYS_INLINE Node* LiveNodeListBase::iterateForPreviousNode(Node* current) const in iterateForPreviousNode() function in WebCore::LiveNodeListBase301 return iterateForPreviousNode(current); in itemBefore()