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

  /external/chromium_org/net/quic/
quic_config.cc 244 uint32 QuicFixedUint32::GetReceivedValue() const {
312 uint32 QuicFixedTag::GetReceivedValue() const {
491 return loss_detection_.GetReceivedValue();
539 return initial_congestion_window_.GetReceivedValue();
551 return initial_round_trip_time_us_.GetReceivedValue();
581 return initial_flow_control_window_bytes_.GetReceivedValue();
603 return initial_stream_flow_control_window_bytes_.GetReceivedValue();
625 return initial_session_flow_control_window_bytes_.GetReceivedValue();
641 return socket_receive_buffer_.GetReceivedValue();
quic_config.h 164 uint32 GetReceivedValue() const;
198 QuicTag GetReceivedValue() const;

Completed in 513 milliseconds