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 49 if (isItemCacheValid())
57 if (isItemCacheValid())
HTMLCollection.cpp 375 if (!isItemCacheValid())
383 ASSERT(isItemCacheValid());
415 if (isItemCacheValid() && cachedItemOffset() == offset)
432 } 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 23 milliseconds