Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp291 ALWAYS_INLINE Node* LiveNodeListBase::itemBefore(Node* previous) const in itemBefore() function in WebCore::LiveNodeListBase
429 Node* lastItem = itemBefore(0); in item()
465 while ((currentItem = itemBefore(currentItem))) { in itemBeforeOrAfterCachedItem()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h145 Node* itemBefore(Node* previousItem) const;