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

  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 84 net::HttpCache* main_cache = new net::HttpCache( local
92 main_http_factory_.reset(main_cache);
93 url_request_context_->set_http_transaction_factory(main_cache);
  /external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc 223 net::HttpCache* main_cache = new net::HttpCache( local
240 net::HttpNetworkSession* main_network_session = main_cache->GetSession();
249 main_cache->set_mode(
280 main_http_factory_.reset(main_cache);
282 main_context->set_http_transaction_factory(main_cache);
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 424 net::HttpCache* main_cache = new net::HttpCache( local
426 main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
429 ChromeDataReductionProxyAndroid::Init(main_cache->GetSession());
433 main_cache->set_mode(
437 main_http_factory_.reset(main_cache);
438 main_context->set_http_transaction_factory(main_cache);
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 195 net::HttpCache* main_cache = new net::HttpCache( local
197 storage_->set_http_transaction_factory(main_cache);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 577 AllocatorCache main_cache; local
579 memset(&main_cache, 0, sizeof(main_cache));
584 main_cache.Allocate(&allocator, class_id));

Completed in 463 milliseconds