Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_stream_factory.h165 bool enable_port_selection() const { return enable_port_selection_; } in enable_port_selection() function
Dquic_stream_factory.cc460 bool enable_port_selection, in QuicStreamFactory()
764 bool enable_port_selection = enable_port_selection_; in CreateSession() local