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

  /external/chromium_org/net/quic/
quic_stream_factory.h 104 bool enable_port_selection,
167 bool enable_port_selection() const { return enable_port_selection_; } function in class:net::QuicStreamFactory
quic_stream_factory.cc 493 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) {
    [all...]
quic_client_session.cc 236 bool port_selected = stream_factory_->enable_port_selection();

Completed in 58 milliseconds