Searched defs:http_cache_ (Results 1 - 3 of 3) 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 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 108 milliseconds