Searched defs:quic_crypto_client_stream_factory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_session.h124 QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory; member in struct:net::HttpNetworkSession::Params
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc32 #include "net/quic/quic_crypto_client_stream_factory.h"
487 QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory,
504 quic_crypto_client_stream_factory_(quic_crypto_client_stream_factory),
480 QuicStreamFactory( HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, base::WeakPtr<HttpServerProperties> http_server_properties, CertVerifier* cert_verifier, ChannelIDService* channel_id_service, TransportSecurityState* transport_security_state, QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory, QuicRandom* random_generator, QuicClock* clock, size_t max_packet_length, const std::string& user_agent_id, const QuicVersionVector& supported_versions, bool enable_port_selection, bool enable_time_based_loss_detection, bool always_require_handshake_confirmation, bool disable_connection_pooling, const QuicTagVector& connection_options) argument

Completed in 424 milliseconds