Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCollectionCache.h50 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap; typedef
57 NodeCacheMap idCache;
58 NodeCacheMap nameCache;
63 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);
DCollectionCache.cpp32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src) in copyCacheMap()
35 NodeCacheMap::const_iterator end = src.end(); in copyCacheMap()
36 for (NodeCacheMap::const_iterator it = src.begin(); it != end; ++it) in copyCacheMap()