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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 48 if (isLengthCacheValid())
56 if (isLengthCacheValid())
HTMLCollection.cpp 370 ASSERT(isLengthCacheValid());
400 if (isLengthCacheValid())
404 ASSERT(isLengthCacheValid());
415 if (isLengthCacheValid() && cachedLength() <= offset)
425 if (isLengthCacheValid() && !overridesItemAfter() && isLastItemCloserThanLastOrCachedItem(offset)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 111 ALWAYS_INLINE bool isLengthCacheValid() const { return m_isLengthCacheValid; }

Completed in 128 milliseconds