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

/external/chromium_org/net/quic/
H A Dquic_config.cc38 void QuicNegotiableUint32::ToHandshakeMessage( function in class:net::QuicNegotiableUint32
131 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicNegotiableTag
299 void QuicConfig::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicConfig
300 congestion_control_.ToHandshakeMessage(out);
301 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out);
302 keepalive_timeout_seconds_.ToHandshakeMessage(out);
303 max_streams_per_connection_.ToHandshakeMessage(out);

Completed in 171 milliseconds