Home
last modified time | relevance | path

Searched refs:WasChannelIDSent (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/quic/
Dquic_crypto_client_stream.h49 bool WasChannelIDSent() const;
Dquic_crypto_client_stream.cc134 bool QuicCryptoClientStream::WasChannelIDSent() const { in WasChannelIDSent() function in net::QuicCryptoClientStream
Dquic_client_session.cc442 ssl_info->channel_id_sent = crypto_stream_->WasChannelIDSent(); in GetSSLInfo()
/external/chromium_org/net/socket/
Dssl_client_socket.h163 virtual bool WasChannelIDSent() const;
Dssl_client_socket.cc127 bool SSLClientSocket::WasChannelIDSent() const { in WasChannelIDSent() function in net::SSLClientSocket
Dsocket_test_util.h982 virtual bool WasChannelIDSent() const OVERRIDE;
Dssl_client_socket_openssl.cc600 ssl_info->channel_id_sent = WasChannelIDSent(); in GetSSLInfo()
Dsocket_test_util.cc1454 bool MockSSLClientSocket::WasChannelIDSent() const { in WasChannelIDSent() function in net::MockSSLClientSocket
Dssl_client_socket_nss.cc2793 ssl_info->channel_id_sent = WasChannelIDSent(); in GetSSLInfo()
Dssl_client_socket_unittest.cc3066 EXPECT_TRUE(sock_->WasChannelIDSent()); in TEST_F()