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

  /external/chromium_org/net/http/
http_cache_unittest.cc 5 #include "net/http/http_cache.h"
604 int rv = cache.http_cache()->CreateTransaction(
616 int rv = cache.http_cache()->GetBackend(&backend, cb.callback());
626 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
645 RunTransactionTestAndGetTiming(cache.http_cache(), kSimpleGET_Transaction,
681 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
684 EXPECT_FALSE(cache.http_cache()->GetCurrentBackend());
692 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction);
696 int rv = cache.http_cache()->CreateTransaction(
717 RunTransactionTest(cache.http_cache(), kSimpleGET_Transaction)
    [all...]
mock_http_cache.h 15 #include "net/http/http_cache.h"
170 net::HttpCache* http_cache() { return &http_cache_; } function in class:MockHttpCache
  /external/chromium/net/http/
http_cache_unittest.cc 5 #include "net/http/http_cache.h"
558 net::HttpCache* http_cache() { return &http_cache_; } function in class:__anon2799::MockHttpCache
    [all...]
disk_cache_based_ssl_host_info.h 32 HttpCache* http_cache);
disk_cache_based_ssl_host_info.cc 11 #include "net/http/http_cache.h"
40 HttpCache* http_cache)
48 http_cache_(http_cache),
http_cache.cc 5 #include "net/http/http_cache.h"
295 SSLHostInfoFactoryAdaptor(CertVerifier* cert_verifier, HttpCache* http_cache)
297 http_cache_(http_cache) {
    [all...]
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 20 #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/
view_cache_helper.cc 12 #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/
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(
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 54 #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();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 70 #include "net/http/http_cache.h"
169 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache();
170 if (!http_cache)
173 return http_cache->GetCurrentBackend();
    [all...]
  /external/chromium/
Android.mk 255 net/http/http_cache.cc \
  /external/chromium_org/net/
net.target.darwin-arm.mk 225 net/http/http_cache.cc \
net.target.darwin-mips.mk 225 net/http/http_cache.cc \
net.target.darwin-x86.mk 225 net/http/http_cache.cc \
net.target.linux-arm.mk 225 net/http/http_cache.cc \
net.target.linux-mips.mk 225 net/http/http_cache.cc \
net.target.linux-x86.mk 225 net/http/http_cache.cc \

Completed in 569 milliseconds