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

  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 80 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);
url_request_context_storage.cc 104 void URLRequestContextStorage::set_http_transaction_factory( function in class:net::URLRequestContextStorage
106 context_->set_http_transaction_factory(http_transaction_factory);
url_request_context_storage.h 65 void set_http_transaction_factory(
url_request_context.cc 57 set_http_transaction_factory(other->http_transaction_factory_);
url_request_context.h 137 void set_http_transaction_factory(HttpTransactionFactory* factory) { function in class:net::URLRequestContext
url_request_http_job_unittest.cc 56 context_.set_http_transaction_factory(&network_layer_);
url_request_context_builder.cc 387 storage->set_http_transaction_factory(http_transaction_factory);
view_cache_helper_unittest.cc 38 set_http_transaction_factory(&cache_);
url_request_ftp_job_unittest.cc 134 context_.set_http_transaction_factory(&network_layer_);
url_request_test_util.cc 111 context_storage_.set_http_transaction_factory(new HttpCache(
url_request_unittest.cc     [all...]
  /external/chromium_org/components/policy/core/common/cloud/
system_policy_request_context.cc 57 context_->set_http_transaction_factory(http_transaction_factory_.get());
  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.cc 320 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/
aw_url_request_context_getter.cc 250 url_request_context_->set_http_transaction_factory(main_cache);
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 202 storage_->set_http_transaction_factory(main_cache);
  /external/chromium_org/sync/internal_api/
http_bridge.cc 146 set_http_transaction_factory(new net::HttpNetworkLayer(session));
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 135 storage_.set_http_transaction_factory(new net::HttpCache(
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 259 main_context->set_http_transaction_factory(main_http_factory_.get());
profile_io_data.cc 543 set_http_transaction_factory(http_factory_.get());
562 set_http_transaction_factory(http_factory_.get());
    [all...]
profile_impl_io_data.cc 556 main_context->set_http_transaction_factory(main_http_factory_.get());
    [all...]
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 77 storage_.set_http_transaction_factory(new HttpCache(
  /external/chromium_org/chrome/browser/
io_thread.cc 250 context->set_http_transaction_factory(
280 context->set_http_transaction_factory(
    [all...]
  /external/chromium_org/net/spdy/
spdy_test_util_common.cc 505 storage_.set_http_transaction_factory(new HttpCache(
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_test.cc 457 context_->set_http_transaction_factory(http_factory_.get());
    [all...]

Completed in 782 milliseconds