Home
last modified time | relevance | path

Searched refs:CreateQuicCryptoClientStream (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_crypto_client_stream_factory.h33 CreateQuicCryptoClientStream(
H A Dquic_crypto_client_stream_factory.cc18 std::unique_ptr<quic::QuicCryptoClientStream> CreateQuicCryptoClientStream( in CreateQuicCryptoClientStream() function in net::__anonab93687e0111::DefaultCryptoStreamFactory
H A Dmock_crypto_client_stream_factory.cc25 MockCryptoClientStreamFactory::CreateQuicCryptoClientStream( in CreateQuicCryptoClientStream() function in net::MockCryptoClientStreamFactory
H A Dmock_crypto_client_stream_factory.h33 std::unique_ptr<quic::QuicCryptoClientStream> CreateQuicCryptoClientStream(
H A Dquic_chromium_client_session.cc981 crypto_stream_ = crypto_client_stream_factory->CreateQuicCryptoClientStream( in QuicChromiumClientSession()