HomeSort by relevance Sort by last modified time
    Searched refs:max_cache_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 77 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_) {
diskcache.h 104 size_t max_cache_, total_size_; member in class:talk_base::DiskCache
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache.cc 77 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_) {
diskcache.h 104 size_t max_cache_, total_size_; member in class:talk_base::DiskCache

Completed in 71 milliseconds