Searched refs:CreateBackend (Results 1 – 3 of 3) sorted by relevance
/external/chromium/net/disk_cache/ |
D | disk_cache_test_base.cc | 62 cache_ = disk_cache::BackendImpl::CreateBackend(path, force_creation_, size_, in InitDiskCache()
|
D | backend_impl.h | 55 static Backend* CreateBackend(const FilePath& full_path, bool force,
|
D | backend_impl.cc | 177 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
|