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

  /external/chromium/net/disk_cache/
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));
215 TrimCache(false);
342 factory_.NewRunnableMethod(&Eviction::TrimCache, false));

Completed in 124 milliseconds