Searched refs:next_protos (Results 1 – 10 of 10) 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()
92 std::string next_protos; member
215 static const std::string* next_protos() { return next_protos_; } in next_protos() function
115 if (session->http_stream_factory()->next_protos()) in HttpNetworkTransaction()116 ssl_config_.next_protos = *session->http_stream_factory()->next_protos(); in HttpNetworkTransaction()
67 this.spdyNextProtocolsSpan_.innerText = spdyStatus.next_protos;
301 text.push('Next Protocols: ' + data.spdyStatus.next_protos);
808 if (ssl_config_.next_protos.empty()) { in SelectNextProtoCallback()817 reinterpret_cast<const unsigned char*>(ssl_config_.next_protos.data()), in SelectNextProtoCallback()818 ssl_config_.next_protos.size()); in SelectNextProtoCallback()
953 if (!ssl_config_.next_protos.empty()) { in InitializeSSLOptions()956 reinterpret_cast<const unsigned char *>(ssl_config_.next_protos.data()), in InitializeSSLOptions()957 ssl_config_.next_protos.size()); in InitializeSSLOptions()
1250 *net::HttpStreamFactory::next_protos())); in OnGetSpdyStatus()
855 if (http_stream_factory->next_protos()) { in TEST_P()856 preconnect_ssl_config.next_protos = *http_stream_factory->next_protos(); in TEST_P()