Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection_stats.cc19 stream_bytes_received(0), in QuicConnectionStats()
58 << ", stream bytes received: " << s.stream_bytes_received in operator <<()
Dquic_connection_stats.h33 uint64 stream_bytes_received; // Bytes received in a stream frame. member
Dquic_connection.cc827 stats_.stream_bytes_received += in OnPacketComplete()