Home
last modified time | relevance | path

Searched refs:isItemCacheValid (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.h49 if (isItemCacheValid()) in isEmpty()
57 if (isItemCacheValid()) in hasExactlyOneItem()
DHTMLCollection.cpp375 if (!isItemCacheValid()) in isLastItemCloserThanLastOrCachedItem()
383 ASSERT(isItemCacheValid()); in isFirstItemCloserThanCachedItem()
415 if (isItemCacheValid() && cachedItemOffset() == offset) in item()
432 …} else if (!isItemCacheValid() || isFirstItemCloserThanCachedItem(offset) || (overridesItemAfter()… in item()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h107 ALWAYS_INLINE bool isItemCacheValid() const { return m_isItemCacheValid; } in isItemCacheValid() function