Home
last modified time | relevance | path

Searched refs:BackendFileOperationsFactory (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.h49 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 Ddisk_cache.cc46 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 Dsimple_index_file.h27 class BackendFileOperationsFactory; variable
93 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
198 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
H A Dsimple_backend_impl.h54 class BackendFileOperationsFactory; variable
68 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
259 scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
H A Dsimple_entry_impl.h79 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
374 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
H A Dsimple_index_file.cc349 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleIndexFile()
H A Dsimple_backend_impl.cc207 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleBackendImpl()
H A Dsimple_entry_impl.cc133 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleEntryImpl()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h95 scoped_refptr<disk_cache::BackendFileOperationsFactory>
118 const scoped_refptr<disk_cache::BackendFileOperationsFactory>
H A Dhttp_cache.cc78 scoped_refptr<disk_cache::BackendFileOperationsFactory> in DefaultBackend()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder.h126 scoped_refptr<disk_cache::BackendFileOperationsFactory>