Home
last modified time | relevance | path

Searched refs:max_cache_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Ddiskcache.cc77 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) { in DiskCache()
89 max_cache_ = size; in Initialize()
120 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource()
241 while (total_size_ > max_cache_) { in CheckLimit()
Ddiskcache.h104 size_t max_cache_, total_size_; variable