Home
last modified time | relevance | path

Searched refs:initial_session_flow_control_window_bytes_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc445 initial_session_flow_control_window_bytes_(kCFCW, PRESENCE_OPTIONAL), in QuicConfig()
613 initial_session_flow_control_window_bytes_.SetSendValue(window_bytes); in SetInitialSessionFlowControlWindowToSend()
617 return initial_session_flow_control_window_bytes_.GetSendValue(); in GetInitialSessionFlowControlWindowToSend()
621 return initial_session_flow_control_window_bytes_.HasReceivedValue(); in HasReceivedInitialSessionFlowControlWindowBytes()
625 return initial_session_flow_control_window_bytes_.GetReceivedValue(); in ReceivedInitialSessionFlowControlWindowBytes()
682 initial_session_flow_control_window_bytes_.ToHandshakeMessage(out); in ToHandshakeMessage()
727 error = initial_session_flow_control_window_bytes_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h401 QuicFixedUint32 initial_session_flow_control_window_bytes_; variable
/external/chromium_org/net/quic/test_tools/
Dquic_config_peer.cc42 config->initial_session_flow_control_window_bytes_.SetReceivedValue( in SetReceivedInitialSessionFlowControlWindow()