Searched defs:http_stream_factory (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_session_peer.cc33 scoped_ptr<HttpStreamFactory> http_stream_factory) {
34 session_->http_stream_factory_.swap(http_stream_factory);
38 scoped_ptr<HttpStreamFactory> http_stream_factory) {
39 session_->http_stream_factory_for_websocket_.swap(http_stream_factory);
32 SetHttpStreamFactory( scoped_ptr<HttpStreamFactory> http_stream_factory) argument
37 SetHttpStreamFactoryForWebSocket( scoped_ptr<HttpStreamFactory> http_stream_factory) argument
H A Dhttp_network_session.h20 #include "net/http/http_stream_factory.h"
173 HttpStreamFactory* http_stream_factory() { function in class:net::HttpNetworkSession
H A Dhttp_network_transaction_unittest.cc48 #include "net/http/http_stream_factory.h"
1425 session->http_stream_factory()->PreconnectStreams(
12705 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
12708 http_stream_factory->PreconnectStreams(1, ssl_request, DEFAULT_PRIORITY,
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc14 #include "net/http/http_stream_factory.h"
115 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); local
116 http_stream_factory->PreconnectStreams(count, request_info, priority,
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc1089 HttpStreamFactory* http_stream_factory = local
1090 helper.session()->http_stream_factory();
1093 http_stream_factory->PreconnectStreams(

Completed in 4074 milliseconds