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

  /external/chromium_org/net/http/
http_network_session_peer.cc 34 session_->http_stream_factory_.reset(http_stream_factory);
http_network_session.h 142 return http_stream_factory_.get();
200 scoped_ptr<HttpStreamFactory> http_stream_factory_; member in class:net::HttpNetworkSession
http_network_session.cc 129 http_stream_factory_(new HttpStreamFactoryImpl(this, false)),
  /external/chromium/net/http/
http_network_session.h 125 return http_stream_factory_.get();
173 scoped_ptr<HttpStreamFactory> http_stream_factory_; member in class:net::HttpNetworkSession
http_network_session.cc 44 ALLOW_THIS_IN_INITIALIZER_LIST(http_stream_factory_(
http_network_session_peer.cc 73 session_->http_stream_factory_.reset(http_stream_factory);

Completed in 110 milliseconds