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

/external/chromium_org/components/cronet/
H A Durl_request_context_config.cc43 if (http_cache != REQUEST_CONTEXT_CONFIG_HTTP_CACHE_DISABLED) {
45 if (http_cache == REQUEST_CONTEXT_CONFIG_HTTP_CACHE_DISK &&
71 &URLRequestContextConfig::http_cache);
H A Durl_request_context_config.h60 std::string http_cache; member in struct:cronet::URLRequestContextConfig
/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc5 #include "net/http/http_cache.h"
555 int rv = cache.http_cache()->GetBackend(&backend, cb.callback());
565 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
583 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
620 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
623 EXPECT_FALSE(cache.http_cache()->GetCurrentBackend());
631 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
654 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
661 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
699 RunTransactionTest(cache.http_cache(), kSimpleGET_Transactio
[all...]
H A Ddisk_cache_based_quic_server_info_unittest.cc62 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
80 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
104 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
120 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
147 new DiskCacheBasedQuicServerInfo(server_id1, cache.http_cache()));
171 new DiskCacheBasedQuicServerInfo(server_id2, cache.http_cache()));
194 new DiskCacheBasedQuicServerInfo(server_id1, cache.http_cache()));
209 new DiskCacheBasedQuicServerInfo(server_id2, cache.http_cache()));
234 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
266 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
[all...]
H A Ddisk_cache_based_quic_server_info.h31 HttpCache* http_cache);
H A Ddisk_cache_based_quic_server_info.cc13 #include "net/http/http_cache.h"
48 HttpCache* http_cache)
55 http_cache_(http_cache),
46 DiskCacheBasedQuicServerInfo( const QuicServerId& server_id, HttpCache* http_cache) argument
H A Dmock_http_cache.h15 #include "net/http/http_cache.h"
169 net::HttpCache* http_cache() { return &http_cache_; } function in class:MockHttpCache
176 // Wrapper around http_cache()->CreateTransaction(net::DEFAULT_PRIORITY...)
H A Dhttp_cache.cc5 #include "net/http/http_cache.h"
281 QuicServerInfoFactoryAdaptor(HttpCache* http_cache) argument
282 : http_cache_(http_cache) {
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.cc20 #include "net/http/http_cache.h"
122 net::HttpCache* http_cache = request_context_->GetURLRequestContext()-> local
124 http_cache->set_mode(mode);
/external/chromium_org/net/url_request/
H A Dview_cache_helper.cc14 #include "net/http/http_cache.h"
215 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
216 if (!http_cache)
219 return http_cache->GetBackend(
H A Durl_request_unittest.cc56 #include "net/http/http_cache.h"
6402 HttpCache http_cache(network_layer.release(), default_context_.net_log(),
6406 context.set_http_transaction_factory(&http_cache);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc69 #include "net/http/http_cache.h"
958 net::HttpCache* http_cache = local
966 http_cache->GetSession()->quic_stream_factory()->
978 rv = http_cache->GetBackend(
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui.cc63 #include "net/http/http_cache.h"
170 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
171 if (!http_cache)
174 return http_cache->GetCurrentBackend();
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk262 net/http/http_cache.cc \
H A Dnet.target.darwin-arm64.mk262 net/http/http_cache.cc \
H A Dnet.target.darwin-mips.mk262 net/http/http_cache.cc \
H A Dnet.target.darwin-mips64.mk262 net/http/http_cache.cc \
H A Dnet.target.darwin-x86.mk262 net/http/http_cache.cc \
H A Dnet.target.darwin-x86_64.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-arm.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-arm64.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-mips.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-mips64.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-x86.mk262 net/http/http_cache.cc \
H A Dnet.target.linux-x86_64.mk262 net/http/http_cache.cc \

Completed in 3944 milliseconds