Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/
Ddisk_cache.h49 class BackendFileOperationsFactory; variable
104 scoped_refptr<BackendFileOperationsFactory> file_operations,
118 scoped_refptr<BackendFileOperationsFactory> file_operations,
139 scoped_refptr<BackendFileOperationsFactory> file_operations,
696 class BackendFileOperationsFactory
697 : public base::RefCounted<BackendFileOperationsFactory> {
707 friend class base::RefCounted<BackendFileOperationsFactory>;
708 virtual ~BackendFileOperationsFactory() = default;
743 : public BackendFileOperationsFactory {
Ddisk_cache.cc44 scoped_refptr<disk_cache::BackendFileOperationsFactory>
80 scoped_refptr<disk_cache::BackendFileOperationsFactory>
99 scoped_refptr<disk_cache::BackendFileOperationsFactory> file_operations, in CacheCreator()
313 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackendImpl()
359 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend()
378 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend()
395 scoped_refptr<BackendFileOperationsFactory> file_operations, in CreateCacheBackend()
/external/cronet/net/disk_cache/simple/
Dsimple_index_file.h27 class BackendFileOperationsFactory; variable
93 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
198 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
Dsimple_backend_impl.h54 class BackendFileOperationsFactory; variable
68 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
259 scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
Dsimple_entry_impl.h78 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
371 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_;
Dsimple_index_file.cc349 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleIndexFile()
Dsimple_backend_impl.cc207 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleBackendImpl()
Dsimple_entry_impl.cc133 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleEntryImpl()
/external/cronet/net/http/
Dhttp_cache.h96 scoped_refptr<disk_cache::BackendFileOperationsFactory>
119 const scoped_refptr<disk_cache::BackendFileOperationsFactory>
Dhttp_cache.cc79 scoped_refptr<disk_cache::BackendFileOperationsFactory> in DefaultBackend()
/external/cronet/net/url_request/
Durl_request_context_builder.h126 scoped_refptr<disk_cache::BackendFileOperationsFactory>