HomeSort by relevance Sort by last modified time
    Searched refs:HttpCache (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 135 storage_.set_http_transaction_factory(new net::HttpCache(
136 network_session.get(), net::HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 201 net::HttpCache* main_cache = new net::HttpCache(
203 new net::HttpCache::DefaultBackend(
  /external/chromium/net/url_request/
view_cache_helper.cc 216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
294 if (HttpCache::ParseResponseInfo(buf_->data(), buf_len_, &response,
341 if (index_ < HttpCache::kNumCacheEntryDataIndices) {
url_request_test_util.cc 88 context_storage_.set_http_transaction_factory(new net::HttpCache(
90 net::HttpCache::DefaultBackend::InMemory(0)));
view_cache_helper_unittest.cc 27 HttpCache cache_;
32 HttpCache::DefaultBackend::InMemory(0)) {
  /external/chromium_org/net/url_request/
view_cache_helper.cc 216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache();
303 if (HttpCache::ParseResponseInfo(
353 if (index_ < HttpCache::kNumCacheEntryDataIndices) {
view_cache_helper_unittest.cc 28 HttpCache cache_;
33 HttpCache::DefaultBackend::InMemory(0)) {
url_request_test_util.cc 107 context_storage_.set_http_transaction_factory(new HttpCache(
109 HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium/net/http/
http_network_layer.cc 150 HttpCache* HttpNetworkLayer::GetCache() {
http_transaction_unittest.h 153 // HttpCache implementation.
205 virtual net::HttpCache* GetCache();
disk_cache_based_ssl_host_info.cc 40 HttpCache* http_cache)
http_transaction_unittest.cc 334 net::HttpCache* MockNetworkLayer::GetCache() {
  /external/chromium/net/tools/fetch/
fetch_client.cc 163 factory = new net::HttpCache(network_session,
164 net::HttpCache::DefaultBackend::InMemory(0));
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 176 factory = new net::HttpCache(network_session.get(),
177 net::HttpCache::DefaultBackend::InMemory(0));
  /external/chromium/chrome/browser/net/
connection_tester.cc 84 set_http_transaction_factory(new net::HttpCache(
86 net::HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc 58 set_http_transaction_factory(new HttpCache(
60 HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 132 storage_.set_http_transaction_factory(new net::HttpCache(
133 network_session.get(), net::HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 71 storage_.set_http_transaction_factory(new HttpCache(
72 network_session.get(), HttpCache::DefaultBackend::InMemory(0)));
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 160 if (!net::HttpCache::ParseResponseInfo(buf->data(), buf_len,
  /external/chromium_org/net/http/
http_transaction_unittest.h 161 // HttpCache implementation.
272 virtual net::HttpCache* GetCache() OVERRIDE;
mock_http_cache.cc 503 MockHttpCache::MockHttpCache(net::HttpCache::BackendFactory* disk_cache_factory)
526 return net::HttpCache::ParseResponseInfo(buffer->data(), size,
http_transaction_unittest.cc 420 net::HttpCache* MockNetworkLayer::GetCache() {
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 63 virtual HttpCache* GetCache() OVERRIDE {
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 168 if (!net::HttpCache::ParseResponseInfo(buf->data(), buf_len,
  /external/chromium/net/spdy/
spdy_test_util.cc     [all...]

Completed in 2877 milliseconds

12 3