Searched refs:NodeCacheMap (Results 1 – 2 of 2) sorted by relevance
117 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap; typedef124 NodeCacheMap idCache;125 NodeCacheMap nameCache;130 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);
73 inline void HTMLCollection::CollectionInfo::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& sr… in copyCacheMap()76 NodeCacheMap::const_iterator end = src.end(); in copyCacheMap()77 for (NodeCacheMap::const_iterator it = src.begin(); it != end; ++it) in copyCacheMap()