Searched refs:BackendFileOperationsFactory (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache.h | 49 class BackendFileOperationsFactory; variable 104 scoped_refptr<BackendFileOperationsFactory> file_operations, 123 scoped_refptr<BackendFileOperationsFactory> file_operations, 144 scoped_refptr<BackendFileOperationsFactory> file_operations, 701 class BackendFileOperationsFactory 702 : public base::RefCounted<BackendFileOperationsFactory> { 712 friend class base::RefCounted<BackendFileOperationsFactory>; 713 virtual ~BackendFileOperationsFactory() = default; 748 : public BackendFileOperationsFactory {
|
H A D | disk_cache.cc | 46 scoped_refptr<disk_cache::BackendFileOperationsFactory> 82 scoped_refptr<disk_cache::BackendFileOperationsFactory> 101 scoped_refptr<disk_cache::BackendFileOperationsFactory> file_operations, in CacheCreator() 316 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackendImpl() 362 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend() 381 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend() 398 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend()
|
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_file.h | 27 class BackendFileOperationsFactory; variable 93 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, 198 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
|
H A D | simple_backend_impl.h | 54 class BackendFileOperationsFactory; variable 68 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, 259 scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
|
H A D | simple_entry_impl.h | 79 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, 374 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
|
H A D | simple_index_file.cc | 349 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleIndexFile()
|
H A D | simple_backend_impl.cc | 207 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleBackendImpl()
|
H A D | simple_entry_impl.cc | 133 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleEntryImpl()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_cache.h | 95 scoped_refptr<disk_cache::BackendFileOperationsFactory> 118 const scoped_refptr<disk_cache::BackendFileOperationsFactory>
|
H A D | http_cache.cc | 78 scoped_refptr<disk_cache::BackendFileOperationsFactory> in DefaultBackend()
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_context_builder.h | 126 scoped_refptr<disk_cache::BackendFileOperationsFactory>
|