Searched refs:CreateCacheBackend (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/tools/crash_cache/
H A Dcrash_cache.cc136 int rv = disk_cache::CreateCacheBackend(net::DISK_CACHE, path, 0, false,
177 int rv = disk_cache::CreateCacheBackend(net::MEDIA_CACHE, path, 0, false,
220 int rv = disk_cache::CreateCacheBackend(net::MEDIA_CACHE, path, 0, false,
/external/chromium/net/disk_cache/
H A Ddisk_cache.h52 int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes,
H A Ddisk_cache_perftest.cc170 int rv = disk_cache::CreateCacheBackend(
199 rv = disk_cache::CreateCacheBackend(net::DISK_CACHE, test_cache.path(), 0,
H A Dbackend_unittest.cc215 rv = disk_cache::CreateCacheBackend(net::DISK_CACHE, path, 0, false,
223 rv = disk_cache::CreateCacheBackend(net::MEMORY_CACHE, FilePath(), 0, false,
H A Dbackend_impl.cc292 int CreateCacheBackend(net::CacheType type, const FilePath& path, int max_bytes, function in namespace:disk_cache
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc327 int rv = disk_cache::CreateCacheBackend(net::DISK_CACHE,
608 int rv = disk_cache::CreateCacheBackend(net::DISK_CACHE,
/external/chromium/net/http/
H A Dhttp_cache.cc90 return disk_cache::CreateCacheBackend(type_, path_, max_bytes_, true,

Completed in 93 milliseconds