Home
last modified time | relevance | path

Searched refs:iterateForPreviousNode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h144 Node* iterateForPreviousNode(Node* current) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp274 ALWAYS_INLINE Node* LiveNodeListBase::iterateForPreviousNode(Node* current) const in iterateForPreviousNode() function in WebCore::LiveNodeListBase
301 return iterateForPreviousNode(current); in itemBefore()