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

  /external/chromium_org/components/cronet/
url_request_context_config.h 38 std::string http_cache; member in struct:cronet::URLRequestContextConfig
url_request_context_config.cc 24 if (http_cache != REQUEST_CONTEXT_CONFIG_HTTP_CACHE_DISABLED) {
26 if (http_cache == REQUEST_CONTEXT_CONFIG_HTTP_CACHE_DISK &&
52 &URLRequestContextConfig::http_cache);
  /external/chromium_org/net/http/
http_cache_unittest.cc 5 #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_Transaction)
    [all...]
disk_cache_based_quic_server_info_unittest.cc 62 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...]
disk_cache_based_quic_server_info.h 31 HttpCache* http_cache);
disk_cache_based_quic_server_info.cc 13 #include "net/http/http_cache.h"
48 HttpCache* http_cache)
60 http_cache_(http_cache),
mock_http_cache.h 15 #include "net/http/http_cache.h"
170 net::HttpCache* http_cache() { return &http_cache_; } function in class:MockHttpCache
177 // Wrapper around http_cache()->CreateTransaction(net::DEFAULT_PRIORITY...)
http_cache.cc 5 #include "net/http/http_cache.h"
274 QuicServerInfoFactoryAdaptor(HttpCache* http_cache)
275 : http_cache_(http_cache) {
    [all...]
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 21 #include "net/http/http_cache.h"
121 net::HttpCache* http_cache = request_context_->GetURLRequestContext()-> local
123 http_cache->set_mode(mode);
  /external/chromium_org/net/url_request/
view_cache_helper.cc 14 #include "net/http/http_cache.h"
216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
217 if (!http_cache)
220 return http_cache->GetBackend(
url_request_unittest.cc 55 #include "net/http/http_cache.h"
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 81 #include "net/http/http_cache.h"
923 net::HttpCache* http_cache = local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 70 #include "net/http/http_cache.h"
167 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
168 if (!http_cache)
171 return http_cache->GetCurrentBackend();
    [all...]
  /external/chromium_org/net/
net.target.darwin-arm.mk 262 net/http/http_cache.cc \
net.target.darwin-arm64.mk 262 net/http/http_cache.cc \
net.target.darwin-mips.mk 262 net/http/http_cache.cc \
net.target.darwin-x86.mk 262 net/http/http_cache.cc \
net.target.darwin-x86_64.mk 262 net/http/http_cache.cc \
net.target.linux-arm.mk 262 net/http/http_cache.cc \
net.target.linux-arm64.mk 262 net/http/http_cache.cc \
net.target.linux-mips.mk 262 net/http/http_cache.cc \
net.target.linux-x86.mk 262 net/http/http_cache.cc \
net.target.linux-x86_64.mk 262 net/http/http_cache.cc \

Completed in 633 milliseconds