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

  /external/webkit/Source/WebCore/html/
CollectionCache.cpp 46 , hasLength(other.hasLength)
64 std::swap(hasLength, other.hasLength);
79 hasLength = false;
CollectionCache.h 59 bool hasLength;
HTMLCollection.cpp 218 if (!m_info->hasLength) {
220 m_info->hasLength = true;
230 if (m_info->hasLength && m_info->length <= index)
HTMLFormCollection.cpp 72 if (info()->hasLength && info()->length <= index)

Completed in 2624 milliseconds