Home | History | Annotate | Download | only in http

Lines Matching refs:http_cache_

551       : http_cache_
555 : http_cache_(new MockNetworkLayer(), NULL, disk_cache_factory) {
558 net::HttpCache* http_cache() { return &http_cache_; }
561 return static_cast<MockNetworkLayer*>(http_cache_.network_layer());
566 int rv = http_cache_.GetBackend(&backend, &cb);
623 net::HttpCache http_cache_;