Home
last modified time | relevance | path

Searched refs:CreateBackend (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_cache_test_base.cc62 cache_ = disk_cache::BackendImpl::CreateBackend(path, force_creation_, size_, in InitDiskCache()
Dbackend_impl.h55 static Backend* CreateBackend(const FilePath& full_path, bool force,
Dbackend_impl.cc177 return BackendImpl::CreateBackend(full_path, force, max_bytes, type, kNone); in CreateCacheBackend()
218 Backend* BackendImpl::CreateBackend(const FilePath& full_path, bool force, in CreateBackend() function in disk_cache::BackendImpl