Searched refs:enable_port_selection (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_stream_factory.h104 bool enable_port_selection,
167 bool enable_port_selection() const { return enable_port_selection_; } function in class:net::QuicStreamFactory
H A Dquic_stream_factory.cc493 bool enable_port_selection,
511 enable_port_selection_(enable_port_selection),
821 bool enable_port_selection = enable_port_selection_; local
822 if (enable_port_selection &&
827 enable_port_selection = false;
835 DatagramSocket::BindType bind_type = enable_port_selection ?
850 if (enable_port_selection) {
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
H A Dquic_client_session.cc236 bool port_selected = stream_factory_->enable_port_selection();

Completed in 73 milliseconds