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

  /external/chromium/net/disk_cache/
cache_util_posix.cc 44 void DeleteCache(const FilePath& path, bool remove_folder) {
cache_util_win.cc 54 void DeleteCache(const FilePath& path, bool remove_folder) {
disk_cache_test_util.cc 76 bool DeleteCache(const FilePath& path) {
77 disk_cache::DeleteCache(path, false);
90 if (!DeleteCache(dest))
109 bool result = DeleteCache(path_);
115 bool result = DeleteCache(path_);

Completed in 323 milliseconds