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

/external/chromium_org/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();
/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc78 return CheckLimit();
103 if ((total_size_ > max_cache_) && !CheckLimit()) {
149 CheckLimit();
212 bool DiskCache::CheckLimit() { function in class:rtc::DiskCache
340 this2->CheckLimit();

Completed in 110 milliseconds