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

  /external/chromium_org/mojo/services/network/
network_context.cc 107 net::HttpCache* main_cache = new net::HttpCache( local
109 storage_->set_http_transaction_factory(main_cache);
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 219 net::HttpCache* main_cache = new net::HttpCache( local
241 main_cache->GetSession(), &drp_params);
246 main_http_factory_.reset(main_cache);
247 url_request_context_->set_http_transaction_factory(main_cache);
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 201 net::HttpCache* main_cache = new net::HttpCache( local
203 storage_->set_http_transaction_factory(main_cache);
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 492 scoped_ptr<net::HttpCache> main_cache = CreateMainHttpFactory( local
494 main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
500 main_cache->GetSession(),
506 main_cache->set_mode(
511 main_http_factory_.reset(main_cache.release());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 590 AllocatorCache main_cache; local
592 memset(&main_cache, 0, sizeof(main_cache));
597 main_cache.Allocate(&allocator, class_id));

Completed in 4961 milliseconds