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

  /external/webkit/WebCore/html/
CollectionCache.cpp 22 #include "CollectionCache.h"
26 CollectionCache::CollectionCache()
32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src)
40 CollectionCache::CollectionCache(const CollectionCache& other)
53 void CollectionCache::swap(CollectionCache& other)
68 CollectionCache::~CollectionCache(
    [all...]
CollectionCache.h 32 struct CollectionCache : FastAllocBase {
33 CollectionCache();
34 CollectionCache(const CollectionCache&);
35 CollectionCache& operator=(const CollectionCache& other)
37 CollectionCache tmp(other);
41 ~CollectionCache();
44 void swap(CollectionCache&);
65 inline void CollectionCache::checkConsistency() {
    [all...]

Completed in 105 milliseconds