Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Ddiskcache.cc62 DiskCache::DiskCache() : max_cache_(0), total_size_(0), total_accessors_(0) { in DiskCache()
74 max_cache_ = size; in Initialize()
105 if ((total_size_ > max_cache_) && !CheckLimit()) { in LockResource()
226 while (total_size_ > max_cache_) { in CheckLimit()
Ddiskcache.h87 size_t max_cache_, total_size_; variable