Searched defs:CollectionCache (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DCollectionCache.cpp22 #include "CollectionCache.h"
26 CollectionCache::CollectionCache() function in class:WebCore::CollectionCache
32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src)
40 CollectionCache::CollectionCache(const CollectionCache& other) function in class:WebCore::CollectionCache
53 void CollectionCache::swap(CollectionCache& other)
68 CollectionCache
[all...]
H A DCollectionCache.h32 struct CollectionCache { struct in namespace:WebCore
35 CollectionCache();
36 CollectionCache(const CollectionCache&);
37 CollectionCache& operator=(const CollectionCache& other)
39 CollectionCache tmp(other);
43 ~CollectionCache();
46 void swap(CollectionCache&);
67 inline void CollectionCache
[all...]

Completed in 1138 milliseconds