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

  /external/chromium_org/net/quic/test_tools/
quic_config_peer.cc 15 config->initial_congestion_window_.SetReceivedValue(initial_window);
21 config->loss_detection_.SetReceivedValue(loss_detection);
27 config->initial_flow_control_window_bytes_.SetReceivedValue(window_bytes);
34 config->initial_stream_flow_control_window_bytes_.SetReceivedValue(
42 config->initial_session_flow_control_window_bytes_.SetReceivedValue(
  /external/chromium_org/net/quic/
quic_config.h 166 void SetReceivedValue(uint32 value);
200 void SetReceivedValue(QuicTag value);
quic_config.cc 250 void QuicFixedUint32::SetReceivedValue(uint32 value) {
318 void QuicFixedTag::SetReceivedValue(uint32 value) {

Completed in 202 milliseconds