Searched refs:http_cache_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h94 HttpCache* const http_cache_; member in class:net::DiskCacheBasedQuicServerInfo
H A Dmock_http_cache.h169 net::HttpCache* http_cache() { return &http_cache_; }
172 return static_cast<MockNetworkLayer*>(http_cache_.network_layer());
208 net::HttpCache http_cache_; member in class:MockHttpCache
H A Ddisk_cache_based_quic_server_info.cc55 http_cache_(http_cache),
235 return http_cache_->GetBackend(&data_shim_->backend, io_callback_);
H A Dmock_http_cache.cc504 : http_cache_(new MockNetworkLayer(), NULL, new MockBackendFactory()) {
508 : http_cache_(new MockNetworkLayer(), NULL, disk_cache_factory) {
514 int rv = http_cache_.GetBackend(&backend, cb.callback());
520 return http_cache_.CreateTransaction(net::DEFAULT_PRIORITY, trans);
524 http_cache_.BypassLockForTest();
H A Dhttp_cache.cc282 : http_cache_(http_cache) {
287 return new DiskCacheBasedQuicServerInfo(server_id, http_cache_);
291 HttpCache* const http_cache_; member in class:net::HttpCache::QuicServerInfoFactoryAdaptor

Completed in 1057 milliseconds