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

  /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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 513 AllocatorCache main_cache; local
515 memset(&main_cache, 0, sizeof(main_cache));
520 main_cache.Allocate(&allocator, class_id));

Completed in 52 milliseconds