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

  /external/webkit/Source/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 {
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::checkConsistency() {
    [all...]

Completed in 25 milliseconds