Home
last modified time | relevance | path

Searched refs:copyCacheMap (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionCache.cpp32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src) in copyCacheMap() function in WebCore::CollectionCache
49 copyCacheMap(idCache, other.idCache); in CollectionCache()
50 copyCacheMap(nameCache, other.nameCache); in CollectionCache()
DCollectionCache.h63 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1415389 (WebCore::HTMLCollection::CollectionInfo::copyCacheMap):
DChangeLog-2008-08-1069060 (WebCore::HTMLCollection::CollectionInfo::copyCacheMap): Moved out of