HomeSort by relevance Sort by last modified time
    Searched refs:isItemCacheValid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 50 if (isItemCacheValid())
58 if (isItemCacheValid())
HTMLCollection.cpp 372 if (!isItemCacheValid())
380 ASSERT(isItemCacheValid());
412 if (isItemCacheValid() && cachedItemOffset() == offset)
429 } else if (!isItemCacheValid() || isFirstItemCloserThanCachedItem(offset) || (overridesItemAfter() && offset < cachedItemOffset())) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 107 ALWAYS_INLINE bool isItemCacheValid() const { return m_isItemCacheValid; }

Completed in 200 milliseconds