HomeSort by relevance Sort by last modified time
    Searched refs:QuicCryptoClientStream (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/quic/
quic_crypto_client_stream_factory.h 15 class QuicCryptoClientStream;
18 // An interface used to instantiate QuicCryptoClientStream objects. Used to
24 virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
quic_crypto_client_stream.h 26 class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
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);
quic_crypto_client_stream.cc 17 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::ProofVerifierCallbackImpl::Cancel()
    [all...]
quic_crypto_client_stream_test.cc 34 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,
quic_client_session.h 129 virtual QuicCryptoClientStream* GetCryptoStream() OVERRIDE;
227 scoped_ptr<QuicCryptoClientStream> crypto_stream_;
quic_crypto_server_stream_test.cc 152 scoped_ptr<QuicCryptoClientStream> client(new QuicCryptoClientStream(
185 client.reset(new QuicCryptoClientStream(
quic_client_session.cc 172 new QuicCryptoClientStream(server_id, this,
394 QuicCryptoClientStream* QuicClientSession::GetCryptoStream() {
  /external/chromium_org/net/tools/quic/
quic_client_session.h 42 virtual QuicCryptoClientStream* GetCryptoStream() OVERRIDE;
58 scoped_ptr<QuicCryptoClientStream> crypto_stream_;
quic_client_session.cc 30 new QuicCryptoClientStream(server_id, this, NULL, crypto_config));
62 QuicCryptoClientStream* QuicClientSession::GetCryptoStream() {
  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream_factory.cc 22 QuicCryptoClientStream*
mock_crypto_client_stream_factory.h 23 virtual QuicCryptoClientStream* CreateQuicCryptoClientStream(
crypto_test_utils.h 29 class QuicCryptoClientStream;
75 QuicCryptoClientStream* client);
180 static void CompareClientAndServerKeys(QuicCryptoClientStream* client,
mock_crypto_client_stream.h 19 class MockCryptoClientStream : public QuicCryptoClientStream {
51 // QuicCryptoClientStream implementation.
mock_crypto_client_stream.cc 21 : QuicCryptoClientStream(server_id, session, verify_context,
crypto_test_utils.cc 187 QuicCryptoClientStream* client) {
243 QuicCryptoClientStream client(server_id, &client_session,
416 QuicCryptoClientStream* client,

Completed in 91 milliseconds