Searched refs:stream_contributes_to_connection_flow_control_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dreliable_quic_stream_peer.cc63 return stream->stream_contributes_to_connection_flow_control_;
/external/chromium_org/net/quic/
H A Dreliable_quic_stream.cc163 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_ &&
H A Dreliable_quic_stream.h175 stream_contributes_to_connection_flow_control_ = false;
250 bool stream_contributes_to_connection_flow_control_; member in class:net::ReliableQuicStream

Completed in 78 milliseconds