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

  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 111 HttpCache* const http_cache_; member in class:net::DiskCacheBasedSSLHostInfo
disk_cache_based_ssl_host_info.cc 48 http_cache_(http_cache),
193 return http_cache_->GetBackend(callback_->backend_pointer(), callback_);
http_cache.cc 297 http_cache_(http_cache) {
303 hostname, ssl_config, cert_verifier_, http_cache_);
308 HttpCache* const http_cache_; member in class:net::HttpCache::SSLHostInfoFactoryAdaptor
    [all...]
http_cache_unittest.cc 551 : http_cache_(new MockNetworkLayer(), NULL, new MockBackendFactory()) {
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_; member in class:__anon4093::MockHttpCache
    [all...]

Completed in 189 milliseconds