Searched defs:HttpCache (Results 1 - 3 of 3) sorted by path

/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequestFactoryConfig.java24 enableHttpCache(HttpCache.IN_MEMORY, 100 * 1024);
76 public enum HttpCache { DISABLED, IN_MEMORY, DISK }; enum in class:HttpUrlRequestFactoryConfig
77 public HttpUrlRequestFactoryConfig enableHttpCache(HttpCache value,
/external/chromium_org/net/http/
H A Dhttp_cache.cc63 HttpCache::DefaultBackend::DefaultBackend(
76 HttpCache::DefaultBackend::~DefaultBackend() {}
79 HttpCache::BackendFactory* HttpCache::DefaultBackend::InMemory(int max_bytes) {
84 int HttpCache::DefaultBackend::CreateBackend(
101 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
108 HttpCache::ActiveEntry::~ActiveEntry() {
119 struct HttpCache::PendingOp {
142 class HttpCache::WorkItem {
198 class HttpCache
295 HttpCache::HttpCache(const net::HttpNetworkSession::Params& params, function in class:net::HttpCache
310 HttpCache::HttpCache(HttpNetworkSession* session, function in class:net::HttpCache
321 HttpCache::HttpCache(HttpTransactionFactory* network_layer, function in class:net::HttpCache
[all...]
H A Dhttp_cache.h9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
66 class NET_EXPORT HttpCache : public HttpTransactionFactory, class in namespace:net
83 // A BackendFactory creates a backend object to be used by the HttpCache.
129 // The HttpCache takes ownership of the |backend_factory|.
130 HttpCache(const net::HttpNetworkSession::Params& params,
137 // HttpCache takes ownership of the |backend_factory|.
138 HttpCache(HttpNetworkSession* session, BackendFactory* backend_factory);
141 // |network_layer| and |backend_factory| are managed by the HttpCache and
142 // will be destroyed using |delete| when the HttpCache is destroyed.
143 HttpCache(HttpTransactionFactor
[all...]

Completed in 349 milliseconds