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

  /external/chromium_org/net/disk_cache/
cache_util.h 37 bool DelayedCacheCleanup(const base::FilePath& full_path);
cache_util.cc 81 bool DelayedCacheCleanup(const base::FilePath& full_path) {
cache_creator.cc 131 if (!disk_cache::DelayedCacheCleanup(path_))
backend_impl.cc     [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 119 bool DelayedCacheCleanup(const FilePath& full_path) {
246 if (!DelayedCacheCleanup(path_))
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 902 DelayedCacheCleanup(path_);
    [all...]

Completed in 489 milliseconds