Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_http_stream.cc214 closed_stream_received_bytes_ = stream_->stream_bytes_read(); in Close()
249 return stream_->stream_bytes_read(); in GetTotalReceivedBytes()
332 closed_stream_received_bytes_ = stream_->stream_bytes_read(); in OnClose()
Dreliable_quic_stream.h85 uint64 stream_bytes_read() const { return stream_bytes_read_; } in stream_bytes_read() function
/external/chromium_org/net/tools/quic/test_tools/
Dquic_test_client.cc449 stream_->stream_bytes_read() == 0 && in WaitForInitialResponseForMs()
502 bytes_read_ = stream_->stream_bytes_read() + stream_->header_bytes_read(); in OnClose()