Searched refs:WasChannelIDSent (Results 1 – 10 of 10) sorted by relevance
49 bool WasChannelIDSent() const;
134 bool QuicCryptoClientStream::WasChannelIDSent() const { in WasChannelIDSent() function in net::QuicCryptoClientStream
442 ssl_info->channel_id_sent = crypto_stream_->WasChannelIDSent(); in GetSSLInfo()
163 virtual bool WasChannelIDSent() const;
127 bool SSLClientSocket::WasChannelIDSent() const { in WasChannelIDSent() function in net::SSLClientSocket
982 virtual bool WasChannelIDSent() const OVERRIDE;
600 ssl_info->channel_id_sent = WasChannelIDSent(); in GetSSLInfo()
1454 bool MockSSLClientSocket::WasChannelIDSent() const { in WasChannelIDSent() function in net::MockSSLClientSocket
2793 ssl_info->channel_id_sent = WasChannelIDSent(); in GetSSLInfo()
3066 EXPECT_TRUE(sock_->WasChannelIDSent()); in TEST_F()