HomeSort by relevance Sort by last modified time
    Searched defs:enable_port_selection (Results 1 - 2 of 2) 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...]

Completed in 109 milliseconds