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

/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.cc95 return CheckLimit();
120 if ((total_size_ > max_cache_) && !CheckLimit()) {
166 CheckLimit();
229 bool DiskCache::CheckLimit() { function in class:talk_base::DiskCache
357 this2->CheckLimit();

Completed in 114 milliseconds