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

  /external/chromium/net/disk_cache/
eviction.h 32 void TrimCache(bool empty);
mem_backend_impl.h 100 void TrimCache(bool empty);
mem_backend_impl.cc 234 TrimCache(true);
293 void MemBackendImpl::TrimCache(bool empty) {
315 TrimCache(false);
eviction.cc 102 void Eviction::TrimCache(bool empty) {
139 factory_.NewRunnableMethod(&Eviction::TrimCache, false));
212 TrimCache(false);
343 factory_.NewRunnableMethod(&Eviction::TrimCache, false));
backend_impl.cc 583 eviction_.TrimCache(true);
952 eviction_.TrimCache(false);
    [all...]

Completed in 8558 milliseconds