Searched defs:HttpCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache.h9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
60 class NET_EXPORT HttpCache : public HttpTransactionFactory, class in namespace:net
61 public base::SupportsWeakPtr<HttpCache>,
78 // A BackendFactory creates a backend object to be used by the HttpCache.
120 // The HttpCache takes ownership of the |backend_factory|.
121 HttpCache(HostResolver* host_resolver,
136 // HttpCache takes ownership of the |backend_factory|.
137 HttpCache(HttpNetworkSession* session, BackendFactory* backend_factory);
141 // by the HttpCache and will be destroyed using |delete| when the HttpCache i
[all...]
H A Dhttp_cache.cc69 HttpCache::DefaultBackend::DefaultBackend(CacheType type,
79 HttpCache::DefaultBackend::~DefaultBackend() {}
82 HttpCache::BackendFactory* HttpCache::DefaultBackend::InMemory(int max_bytes) {
86 int HttpCache::DefaultBackend::CreateBackend(NetLog* net_log,
96 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
103 HttpCache::ActiveEntry::~ActiveEntry() {
114 struct HttpCache::PendingOp {
137 class HttpCache::WorkItem {
188 class HttpCache
312 HttpCache::HttpCache(HostResolver* host_resolver, function in class:net::HttpCache
346 HttpCache::HttpCache(HttpNetworkSession* session, function in class:net::HttpCache
359 HttpCache::HttpCache(HttpTransactionFactory* network_layer, function in class:net::HttpCache
[all...]

Completed in 218 milliseconds