Home
last modified time | relevance | path

Searched refs:NodeCacheMap (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/html/
DHTMLCollection.h117 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap; typedef
124 NodeCacheMap idCache;
125 NodeCacheMap nameCache;
130 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);
DHTMLCollection.cpp73 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()