Searched refs:main_cache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc221 net::HttpCache* main_cache = new net::HttpCache( local
249 main_http_factory_.reset(main_cache);
250 url_request_context_->set_http_transaction_factory(main_cache);
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc200 net::HttpCache* main_cache = new net::HttpCache( local
202 storage_->set_http_transaction_factory(main_cache);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc545 scoped_ptr<net::HttpCache> main_cache = CreateMainHttpFactory( local
547 main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
550 main_cache->set_mode(
555 main_http_factory_.reset(main_cache.release());
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc590 AllocatorCache main_cache; local
592 memset(&main_cache, 0, sizeof(main_cache));
597 main_cache.Allocate(&allocator, class_id));

Completed in 218 milliseconds