Home
last modified time | relevance | path

Searched refs:idCache (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionCache.cpp49 copyCacheMap(idCache, other.idCache); in CollectionCache()
61 idCache.swap(other.idCache); in swap()
70 deleteAllValues(idCache); in ~CollectionCache()
81 deleteAllValues(idCache); in reset()
82 idCache.clear(); in reset()
91 idCache.checkConsistency(); in checkConsistency()
DHTMLFormCollection.cpp202 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl()); in updateNameCache()
205 info()->idCache.add(idAttrVal.impl(), idVector); in updateNameCache()
229 Vector<Element*>* idVector = info()->idCache.get(idAttrVal.impl()); in updateNameCache()
232 info()->idCache.add(idAttrVal.impl(), idVector); in updateNameCache()
DCollectionCache.h57 NodeCacheMap idCache; member
DHTMLCollection.cpp326 Vector<Element*>* idVector = m_info->idCache.get(idAttrVal.impl()); in updateNameCache()
329 m_info->idCache.add(idAttrVal.impl(), idVector); in updateNameCache()
363 Vector<Element*>* idResults = m_info->idCache.get(name.impl()); in namedItems()
/external/icu4c/common/
Dserv.cpp337 , idCache(NULL) in ICUService()
347 , idCache(NULL) in ICUService()
659 if (idCache == NULL) { in getVisibleIDMap()
660 ncthis->idCache = new Hashtable(status); in getVisibleIDMap()
661 if (idCache == NULL) { in getVisibleIDMap()
666 f->updateVisibleIDs(*idCache, status); in getVisibleIDMap()
669 delete idCache; in getVisibleIDMap()
670 ncthis->idCache = NULL; in getVisibleIDMap()
675 return idCache; in getVisibleIDMap()
931 delete idCache; in clearCaches()
[all …]
Dserv.h548 Hashtable* idCache;
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2328596 (HTMLCollectionImpl::updateNameCache): Fix some nameCache/idCache confusion.