Searched refs:idCache (Results 1 – 7 of 7) sorted by relevance
49 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()
202 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()
57 NodeCacheMap idCache; member
326 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()
337 , 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 …]
548 Hashtable* idCache;
28596 (HTMLCollectionImpl::updateNameCache): Fix some nameCache/idCache confusion.