Searched refs:max_cache_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc77 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) {
89 max_cache_ = size;
120 if ((total_size_ > max_cache_) && !CheckLimit()) {
241 while (total_size_ > max_cache_) {
H A Ddiskcache.h104 size_t max_cache_, total_size_; member in class:talk_base::DiskCache
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc60 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) {
72 max_cache_ = size;
103 if ((total_size_ > max_cache_) && !CheckLimit()) {
224 while (total_size_ > max_cache_) {
H A Ddiskcache.h87 size_t max_cache_, total_size_; member in class:rtc::DiskCache

Completed in 139 milliseconds