HomeSort by relevance Sort by last modified time
    Searched defs:GetTotalReceivedBytes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/http/
http_basic_stream.cc 88 int64 HttpBasicStream::GetTotalReceivedBytes() const {
proxy_connect_redirect_http_stream.cc 85 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
http_pipelined_stream.cc 102 int64 HttpPipelinedStream::GetTotalReceivedBytes() const {
103 return pipeline_->GetTotalReceivedBytes(pipeline_id_);
http_pipelined_connection_impl.cc 656 int64 HttpPipelinedConnectionImpl::GetTotalReceivedBytes(
  /external/chromium_org/net/quic/
quic_http_stream.cc 248 int64 QuicHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 181 int64 SpdyHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 220 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const {

Completed in 26 milliseconds