Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLCollection.cpp88 , hasNameCache(other.hasNameCache) in CollectionInfo()
106 std::swap(hasNameCache, other.hasNameCache); in swap()
126 hasNameCache = false; in reset()
376 if (m_info->hasNameCache) in updateNameCache()
410 m_info->hasNameCache = true; in updateNameCache()
DHTMLFormCollection.cpp183 if (info()->hasNameCache) in updateNameCache()
242 info()->hasNameCache = true; in updateNameCache()
DHTMLCollection.h127 bool hasNameCache; member