HomeSort by relevance Sort by last modified time
    Searched defs:HttpCache (Results 1 - 2 of 2) 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
45 class HttpCache : public HttpTransactionFactory,
46 public base::SupportsWeakPtr<HttpCache> {
48 ~HttpCache();
67 HttpCache(NetworkChangeNotifier* network_change_notifier,
80 HttpCache(HttpNetworkSession* session, const FilePath& cache_dir,
86 HttpCache(NetworkChangeNotifier* network_change_notifier,
94 // the HttpCache and will be destroyed using |delete| when the HttpCache is
96 HttpCache(HttpTransactionFactory* network_layer
    [all...]
http_cache.cc 41 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* e)
48 HttpCache::ActiveEntry::~ActiveEntry() {
57 struct HttpCache::NewEntry {
77 class HttpCache::WorkItem {
108 class HttpCache::BackendCallback : public CallbackRunner<Tuple1<int> > {
110 BackendCallback(HttpCache* cache, NewEntry* entry)
120 HttpCache* cache_;
127 HttpCache::HttpCache(NetworkChangeNotifier* network_change_notifier,
144 HttpCache::HttpCache(HttpNetworkSession* session
    [all...]

Completed in 64 milliseconds