Home
last modified time | relevance | path

Searched refs:http_stream_factory_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/http/
Dhttp_network_session_peer.cc34 session_->http_stream_factory_.swap(http_stream_factory); in SetHttpStreamFactory()
Dhttp_network_session.h174 return http_stream_factory_.get(); in http_stream_factory()
236 scoped_ptr<HttpStreamFactory> http_stream_factory_; variable
Dhttp_network_session.cc154 http_stream_factory_(new HttpStreamFactoryImpl(this, false)), in HttpNetworkSession()