Searched refs:QuicCryptoClientStream (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream_factory.h15 class QuicCryptoClientStream;
18 // An interface used to instantiate QuicCryptoClientStream objects. Used to
24 virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
H A Dquic_crypto_client_stream.h26 class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { class in namespace:net
28 QuicCryptoClientStream(const QuicServerId& server_id,
32 virtual ~QuicCryptoClientStream();
61 explicit ChannelIDSourceCallbackImpl(QuicCryptoClientStream* stream);
72 QuicCryptoClientStream* stream_;
80 explicit ProofVerifierCallbackImpl(QuicCryptoClientStream* stream);
93 QuicCryptoClientStream* stream_;
193 DISALLOW_COPY_AND_ASSIGN(QuicCryptoClientStream);
H A Dquic_crypto_client_stream.cc17 QuicCryptoClientStream::ChannelIDSourceCallbackImpl::
18 ChannelIDSourceCallbackImpl(QuicCryptoClientStream* stream)
21 QuicCryptoClientStream::ChannelIDSourceCallbackImpl::
24 void QuicCryptoClientStream::ChannelIDSourceCallbackImpl::Run(
39 void QuicCryptoClientStream::ChannelIDSourceCallbackImpl::Cancel() {
43 QuicCryptoClientStream::ProofVerifierCallbackImpl::ProofVerifierCallbackImpl(
44 QuicCryptoClientStream* stream)
47 QuicCryptoClientStream::ProofVerifierCallbackImpl::
50 void QuicCryptoClientStream::ProofVerifierCallbackImpl::Run(
68 void QuicCryptoClientStream
72 QuicCryptoClientStream::QuicCryptoClientStream( function in class:net::QuicCryptoClientStream
[all...]
H A Dquic_crypto_client_stream_test.cc34 stream_(new QuicCryptoClientStream(
54 scoped_ptr<QuicCryptoClientStream> stream_;
111 stream_.reset(new QuicCryptoClientStream(server_id, session_.get(), NULL,
126 stream_.reset(new QuicCryptoClientStream(server_id_, session_.get(), NULL,
H A Dquic_client_session.h129 virtual QuicCryptoClientStream* GetCryptoStream() OVERRIDE;
227 scoped_ptr<QuicCryptoClientStream> crypto_stream_;
H A Dquic_crypto_server_stream_test.cc152 scoped_ptr<QuicCryptoClientStream> client(new QuicCryptoClientStream(
185 client.reset(new QuicCryptoClientStream(
H A Dquic_client_session.cc172 new QuicCryptoClientStream(server_id, this,
394 QuicCryptoClientStream* QuicClientSession::GetCryptoStream() {
/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.cc22 QuicCryptoClientStream*
H A Dcrypto_test_utils.h29 class QuicCryptoClientStream;
75 QuicCryptoClientStream* client);
180 static void CompareClientAndServerKeys(QuicCryptoClientStream* client,
H A Dmock_crypto_client_stream.h19 class MockCryptoClientStream : public QuicCryptoClientStream {
51 // QuicCryptoClientStream implementation.
H A Dmock_crypto_client_stream_factory.h23 virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
H A Dmock_crypto_client_stream.cc21 : QuicCryptoClientStream(server_id, session, verify_context,
H A Dcrypto_test_utils.cc187 QuicCryptoClientStream* client) {
243 QuicCryptoClientStream client(server_id, &client_session,
416 QuicCryptoClientStream* client,
/external/chromium_org/net/tools/quic/
H A Dquic_client_session.cc30 new QuicCryptoClientStream(server_id, this, NULL, crypto_config));
62 QuicCryptoClientStream* QuicClientSession::GetCryptoStream() {
H A Dquic_client_session.h42 virtual QuicCryptoClientStream* GetCryptoStream() OVERRIDE;
58 scoped_ptr<QuicCryptoClientStream> crypto_stream_;

Completed in 5116 milliseconds