Searched defs:backend_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/
H A Dcache_creator.cc28 net::BackendType backend_type,
66 net::BackendType backend_type,
77 backend_type_(backend_type),
164 net::BackendType backend_type,
182 backend_type,
61 CacheCreator( const base::FilePath& path, bool force, int max_bytes, net::CacheType type, net::BackendType backend_type, uint32 flags, const scoped_refptr<base::SingleThreadTaskRunner>& thread, net::NetLog* net_log, scoped_ptr<disk_cache::Backend>* backend, const net::CompletionCallback& callback) argument
162 CreateCacheBackend( net::CacheType type, net::BackendType backend_type, const base::FilePath& path, int max_bytes, bool force, const scoped_refptr<base::SingleThreadTaskRunner>& thread, net::NetLog* net_log, scoped_ptr<Backend>* backend, const net::CompletionCallback& callback) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc308 const net::BackendType backend_type = net::CACHE_BACKEND_SIMPLE; local
310 const net::BackendType backend_type = net::CACHE_BACKEND_DEFAULT; local
314 backend_type,
/external/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc64 const net::BackendType backend_type; member in struct:disk_cache::__anon9750::CacheSpec
69 CacheSpec(net::BackendType backend_type, argument
72 : backend_type(backend_type),
99 spec.cache_type, spec.backend_type, spec.path, 0, false,
111 if (spec.backend_type == net::CACHE_BACKEND_SIMPLE) {
249 << " with <cache_spec>=<backend_type>:<cache_type>:<cache_path>"
251 << " <backend_type>='block_file'|'simple'" << std::endl
/external/chromium_org/net/http/
H A Dhttp_cache.cc65 BackendType backend_type,
70 backend_type_(backend_type),
63 DefaultBackend( CacheType type, BackendType backend_type, const base::FilePath& path, int max_bytes, const scoped_refptr<base::SingleThreadTaskRunner>& thread) argument

Completed in 197 milliseconds