Searched defs:DiskCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc50 class DiskCache;
58 DiskCacheAdapter(const DiskCache* cache, const std::string& id, size_t index,
68 const DiskCache* cache_;
74 // DiskCache
77 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) { function in class:talk_base::DiskCache
80 DiskCache::~DiskCache() {
84 bool DiskCache::Initialize(const std::string& folder, size_t size) {
98 bool DiskCache
[all...]
H A Ddiskcache.h43 // DiskCache - An LRU cache of streams, stored on disk.
49 // DiskCache is designed to persist across executions of the program. It is
54 class DiskCache { class in namespace:talk_base
56 DiskCache();
57 virtual ~DiskCache();
97 return const_cast<DiskCache*>(this)->GetOrCreateEntry(id, false);
116 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false)
133 DiskCache* cache_;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc50 class DiskCache;
58 DiskCacheAdapter(const DiskCache* cache, const std::string& id, size_t index,
68 const DiskCache* cache_;
74 // DiskCache
77 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) { function in class:talk_base::DiskCache
80 DiskCache::~DiskCache() {
84 bool DiskCache::Initialize(const std::string& folder, size_t size) {
98 bool DiskCache
[all...]
H A Ddiskcache.h43 // DiskCache - An LRU cache of streams, stored on disk.
49 // DiskCache is designed to persist across executions of the program. It is
54 class DiskCache { class in namespace:talk_base
56 DiskCache();
57 virtual ~DiskCache();
97 return const_cast<DiskCache*>(this)->GetOrCreateEntry(id, false);
116 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false)
133 DiskCache* cache_;

Completed in 105 milliseconds