HomeSort by relevance Sort by last modified time
    Searched full:copycachemap (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
CollectionCache.cpp 32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src)
49 copyCacheMap(idCache, other.idCache);
50 copyCacheMap(nameCache, other.nameCache);
CollectionCache.h 63 static void copyCacheMap(NodeCacheMap&, const NodeCacheMap&);

Completed in 3241 milliseconds