Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h143 bool isFirstItemCloserThanCachedItem(unsigned offset) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.cpp381 bool ALWAYS_INLINE LiveNodeListBase::isFirstItemCloserThanCachedItem(unsigned offset) const in isFirstItemCloserThanCachedItem() function in WebCore::LiveNodeListBase
432 …} else if (!isItemCacheValid() || isFirstItemCloserThanCachedItem(offset) || (overridesItemAfter()… in item()