Home | History | Annotate | Download | only in http

Lines Matching defs:HttpCache

9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
60 class NET_EXPORT HttpCache : public HttpTransactionFactory,
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 is
143 HttpCache(HttpTransactionFactory* network_layer,
147 ~HttpCache();
151 // Retrieves the cache backend for this HttpCache instance. If the backend
187 virtual HttpCache* GetCache();
377 ScopedRunnableMethodFactory<HttpCache> task_factory_;
381 DISALLOW_COPY_AND_ASSIGN(HttpCache);