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 18 void DeleteCache(const FilePath& path, bool remove_folder) {
cache_util_win.cc 52 void DeleteCache(const FilePath& path, bool remove_folder) {
disk_cache_test_util.cc 74 bool DeleteCache(const FilePath& path) {
75 disk_cache::DeleteCache(path, false);
92 bool result = DeleteCache(path_);
98 bool result = DeleteCache(path_);

Completed in 53 milliseconds