Searched defs:http_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Ddisk_cache_based_ssl_host_info.cc11 #include "net/http/http_cache.h"
40 HttpCache* http_cache)
48 http_cache_(http_cache),
36 DiskCacheBasedSSLHostInfo( const std::string& hostname, const SSLConfig& ssl_config, CertVerifier* cert_verifier, HttpCache* http_cache) argument
H A Dhttp_cache.cc5 #include "net/http/http_cache.h"
295 SSLHostInfoFactoryAdaptor(CertVerifier* cert_verifier, HttpCache* http_cache) argument
297 http_cache_(http_cache) {
H A Dhttp_cache_unittest.cc5 #include "net/http/http_cache.h"
558 net::HttpCache* http_cache() { return &http_cache_; } function in class:__anon2942::MockHttpCache
1045 int rv = cache.http_cache()->CreateTransaction(&trans);
1056 int rv = cache.http_cache()->GetBackend(&backend, &cb);
1064 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
1080 RunTransactionTestWithLog(cache.http_cache(), kSimpleGET_Transaction,
1115 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
1118 EXPECT_FALSE(cache.http_cache()->GetCurrentBackend());
1127 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
1134 RunTransactionTest(cache.http_cache(), kSimpleGET_Transactio
[all...]

Completed in 159 milliseconds