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

  /external/chromium_org/components/policy/core/common/cloud/
system_policy_request_context.h 41 scoped_ptr<net::HttpNetworkLayer> http_transaction_factory_; member in class:policy::SystemPolicyRequestContext
user_policy_request_context.h 43 scoped_ptr<net::HttpNetworkLayer> http_transaction_factory_; member in class:policy::UserPolicyRequestContext
system_policy_request_context.cc 55 http_transaction_factory_.reset(new net::HttpNetworkLayer(
57 context_->set_http_transaction_factory(http_transaction_factory_.get());
  /external/chromium_org/net/url_request/
url_request_context.h 135 return http_transaction_factory_;
138 http_transaction_factory_ = factory;
238 HttpTransactionFactory* http_transaction_factory_; member in class:net::URLRequestContext
url_request_context.cc 31 http_transaction_factory_(NULL),
57 set_http_transaction_factory(other->http_transaction_factory_);
url_request_context_storage.h 96 scoped_ptr<HttpTransactionFactory> http_transaction_factory_; member in class:net::URLRequestContextStorage
url_request_context_storage.cc 107 http_transaction_factory_.reset(http_transaction_factory);

Completed in 86 milliseconds