Searched refs:http_cache (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc5 #include "net/http/http_cache.h"
587 int rv = cache.http_cache()->CreateTransaction(
599 int rv = cache.http_cache()->GetBackend(&backend, cb.callback());
609 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
628 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
664 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
667 EXPECT_FALSE(cache.http_cache()->GetCurrentBackend());
675 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
679 int rv = cache.http_cache()->CreateTransaction(
700 RunTransactionTest(cache.http_cache(), kSimpleGET_Transactio
[all...]
H A Dmock_http_cache.h15 #include "net/http/http_cache.h"
170 net::HttpCache* http_cache() { return &http_cache_; } function in class:MockHttpCache
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc5 #include "net/http/http_cache.h"
558 net::HttpCache* http_cache() { return &http_cache_; } function in class:__anon3106::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...]
H A Ddisk_cache_based_ssl_host_info.h32 HttpCache* http_cache);
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) {
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc20 #include "net/http/http_cache.h"
142 net::HttpCache* http_cache = request_context_->GetURLRequestContext()-> local
144 http_cache->set_mode(mode);
/external/chromium/net/url_request/
H A Dview_cache_helper.cc12 #include "net/http/http_cache.h"
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
217 if (!http_cache)
220 return http_cache->GetBackend(&disk_cache_, &cache_callback_);
/external/chromium_org/net/url_request/
H A Dview_cache_helper.cc14 #include "net/http/http_cache.h"
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
217 if (!http_cache)
220 return http_cache->GetBackend(
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc54 #include "net/http/http_cache.h"
92 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
93 if (!http_cache)
96 return http_cache->GetCurrentBackend();
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc69 #include "net/http/http_cache.h"
209 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
210 if (!http_cache)
213 return http_cache->GetCurrentBackend();
/external/chromium/
H A DAndroid.mk255 net/http/http_cache.cc \
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk210 net/http/http_cache.cc \
H A Dnet.target.darwin-mips.mk210 net/http/http_cache.cc \
H A Dnet.target.darwin-x86.mk210 net/http/http_cache.cc \
H A Dnet.target.linux-arm.mk210 net/http/http_cache.cc \
H A Dnet.target.linux-mips.mk210 net/http/http_cache.cc \
H A Dnet.target.linux-x86.mk210 net/http/http_cache.cc \

Completed in 293 milliseconds