Searched defs:http_transaction_factory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc17 #include "net/http/http_transaction_factory.h"
105 HttpTransactionFactory* http_transaction_factory) {
106 context_->set_http_transaction_factory(http_transaction_factory);
107 http_transaction_factory_.reset(http_transaction_factory);
104 set_http_transaction_factory( HttpTransactionFactory* http_transaction_factory) argument
H A Durl_request_context.h134 HttpTransactionFactory* http_transaction_factory() const { function in class:net::URLRequestContext
H A Durl_request_context_builder.cc362 HttpTransactionFactory* http_transaction_factory = NULL; local
379 http_transaction_factory = new HttpCache(
385 http_transaction_factory = new HttpNetworkLayer(network_session.get());
387 storage->set_http_transaction_factory(http_transaction_factory);

Completed in 738 milliseconds