HomeSort by relevance Sort by last modified time
    Searched defs:HttpCache (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_cache.h 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 i
    [all...]
http_cache.cc 69 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::BackendCallback : public CallbackRunner<Tuple1<int> >
    [all...]
  /external/chromium_org/net/http/
http_cache.h 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for
62 class NET_EXPORT HttpCache : public HttpTransactionFactory,
63 public base::SupportsWeakPtr<HttpCache>,
80 // A BackendFactory creates a backend object to be used by the HttpCache.
124 // The HttpCache takes ownership of the |backend_factory|.
125 HttpCache(const net::HttpNetworkSession::Params& params,
132 // HttpCache takes ownership of the |backend_factory|.
133 HttpCache(HttpNetworkSession* session, BackendFactory* backend_factory);
137 // by the HttpCache and will be destroyed using |delete| when the HttpCache i
    [all...]
http_cache.cc 55 HttpCache::DefaultBackend::DefaultBackend(CacheType type,
67 HttpCache::DefaultBackend::~DefaultBackend() {}
70 HttpCache::BackendFactory* HttpCache::DefaultBackend::InMemory(int max_bytes) {
75 int HttpCache::DefaultBackend::CreateBackend(
92 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
99 HttpCache::ActiveEntry::~ActiveEntry() {
110 struct HttpCache::PendingOp {
133 class HttpCache::WorkItem {
189 class HttpCache::MetadataWriter
    [all...]

Completed in 407 milliseconds