Searched refs:set_http_transaction_factory (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_job_unittest.cc80 context.set_http_transaction_factory(&network_layer);
100 context.set_http_transaction_factory(&network_layer);
123 context.set_http_transaction_factory(&network_layer);
146 context.set_http_transaction_factory(&network_layer);
168 context.set_http_transaction_factory(&network_layer);
H A Durl_request_context_storage.cc104 void URLRequestContextStorage::set_http_transaction_factory( function in class:net::URLRequestContextStorage
106 context_->set_http_transaction_factory(http_transaction_factory);
H A Durl_request_context_storage.h65 void set_http_transaction_factory(
H A Durl_request_context.cc57 set_http_transaction_factory(other->http_transaction_factory_);
H A Durl_request_context.h137 void set_http_transaction_factory(HttpTransactionFactory* factory) { function in class:net::URLRequestContext
H A Durl_request_http_job_unittest.cc56 context_.set_http_transaction_factory(&network_layer_);
H A Durl_request_context_builder.cc387 storage->set_http_transaction_factory(http_transaction_factory);
H A Dview_cache_helper_unittest.cc38 set_http_transaction_factory(&cache_);
H A Durl_request_ftp_job_unittest.cc134 context_.set_http_transaction_factory(&network_layer_);
H A Durl_request_test_util.cc111 context_storage_.set_http_transaction_factory(new HttpCache(
H A Durl_request_unittest.cc6406 context.set_http_transaction_factory(&http_cache);
6439 context.set_http_transaction_factory(&network_layer);
7002 default_context_.set_http_transaction_factory(cache.get());
/external/chromium_org/components/policy/core/common/cloud/
H A Dsystem_policy_request_context.cc57 context_->set_http_transaction_factory(http_transaction_factory_.get());
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc320 system_context->set_http_transaction_factory(
344 media_context->set_http_transaction_factory(
396 main_context->set_http_transaction_factory(
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc250 url_request_context_->set_http_transaction_factory(main_cache);
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc202 storage_->set_http_transaction_factory(main_cache);
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc146 set_http_transaction_factory(new net::HttpNetworkLayer(session));
/external/chromium_org/chrome/browser/net/
H A Dconnection_tester.cc135 storage_.set_http_transaction_factory(new net::HttpCache(
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.cc259 main_context->set_http_transaction_factory(main_http_factory_.get());
H A Dprofile_io_data.cc543 set_http_transaction_factory(http_factory_.get());
562 set_http_transaction_factory(http_factory_.get());
H A Dprofile_impl_io_data.cc556 main_context->set_http_transaction_factory(main_http_factory_.get());
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl_unittest.cc77 storage_.set_http_transaction_factory(new HttpCache(
/external/chromium_org/chrome/browser/
H A Dio_thread.cc250 context->set_http_transaction_factory(
280 context->set_http_transaction_factory(
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc505 storage_.set_http_transaction_factory(new HttpCache(
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc457 context_->set_http_transaction_factory(http_factory_.get());

Completed in 474 milliseconds