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

  /external/chromium_org/net/quic/test_tools/
reliable_quic_stream_peer.cc 63 return stream->stream_contributes_to_connection_flow_control_;
  /external/chromium_org/net/quic/
reliable_quic_stream.h 175 stream_contributes_to_connection_flow_control_ = false;
250 bool stream_contributes_to_connection_flow_control_; member in class:net::ReliableQuicStream
reliable_quic_stream.cc 163 stream_contributes_to_connection_flow_control_(true) {
337 if (!stream_contributes_to_connection_flow_control_) {
371 if (stream_contributes_to_connection_flow_control_ &&
505 if (stream_contributes_to_connection_flow_control_) {
516 if (stream_contributes_to_connection_flow_control_) {
529 if (stream_contributes_to_connection_flow_control_) {
545 return stream_contributes_to_connection_flow_control_ &&

Completed in 34 milliseconds