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

/external/chromium_org/net/quic/
H A Dquic_stream_factory.h102 bool enable_port_selection,
165 bool enable_port_selection() const { return enable_port_selection_; } function in class:net::QuicStreamFactory
H A Dquic_stream_factory.cc460 bool enable_port_selection,
476 enable_port_selection_(enable_port_selection),
764 bool enable_port_selection = enable_port_selection_; local
765 if (enable_port_selection &&
770 enable_port_selection = false;
778 DatagramSocket::BindType bind_type = enable_port_selection ?
793 if (enable_port_selection) {
448 QuicStreamFactory( HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, base::WeakPtr<HttpServerProperties> http_server_properties, CertVerifier* cert_verifier, 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_pacing, bool enable_time_based_loss_detection) argument

Completed in 198 milliseconds