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

  /external/chromium_org/net/quic/test_tools/
quic_config_peer.cc 34 config->initial_stream_flow_control_window_bytes_.SetReceivedValue(
  /external/chromium_org/net/quic/
quic_config.cc 442 initial_stream_flow_control_window_bytes_(kSFCW, PRESENCE_OPTIONAL),
591 initial_stream_flow_control_window_bytes_.SetSendValue(window_bytes);
595 return initial_stream_flow_control_window_bytes_.GetSendValue();
599 return initial_stream_flow_control_window_bytes_.HasReceivedValue();
603 return initial_stream_flow_control_window_bytes_.GetReceivedValue();
681 initial_stream_flow_control_window_bytes_.ToHandshakeMessage(out);
723 error = initial_stream_flow_control_window_bytes_.ProcessPeerHello(
quic_config.h 399 QuicFixedUint32 initial_stream_flow_control_window_bytes_; member in class:net::QuicConfig

Completed in 756 milliseconds