Searched refs:http_stream_factory (Results 1 – 9 of 9) sorted by relevance
96 if (session->http_stream_factory()->next_protos()) in PreconnectOnIOThread()97 ssl_config.next_protos = *session->http_stream_factory()->next_protos(); in PreconnectOnIOThread()102 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory(); in PreconnectOnIOThread() local103 http_stream_factory->PreconnectStreams( in PreconnectOnIOThread()
72 HttpStreamFactory* http_stream_factory) { in SetHttpStreamFactory() argument73 session_->http_stream_factory_.reset(http_stream_factory); in SetHttpStreamFactory()
46 void SetHttpStreamFactory(HttpStreamFactory* http_stream_factory);
115 if (session->http_stream_factory()->next_protos()) in HttpNetworkTransaction()116 ssl_config_.next_protos = *session->http_stream_factory()->next_protos(); in HttpNetworkTransaction()587 session_->http_stream_factory()->RequestStream( in DoCreateStream()890 ProcessAlternateProtocol(session_->http_stream_factory(), in DoReadHeadersComplete()1171 session_->http_stream_factory()->AddTLSIntolerantServer( in HandleSSLHandshakeError()
124 HttpStreamFactory* http_stream_factory() { in http_stream_factory() function
121 session->http_stream_factory()->PreconnectStreams( in PreconnectHelper()
271 net/http/http_stream_factory.cc \
524 'http/http_stream_factory.cc',525 'http/http_stream_factory.h',
853 HttpStreamFactory* http_stream_factory = in TEST_P() local854 helper.session()->http_stream_factory(); in TEST_P()855 if (http_stream_factory->next_protos()) { in TEST_P()856 preconnect_ssl_config.next_protos = *http_stream_factory->next_protos(); in TEST_P()859 http_stream_factory->PreconnectStreams( in TEST_P()