Home
last modified time | relevance | path

Searched refs:GetTotalReceivedBytes (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/net/http/
Dhttp_pipelined_stream.cc102 int64 HttpPipelinedStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::HttpPipelinedStream
103 return pipeline_->GetTotalReceivedBytes(pipeline_id_); in GetTotalReceivedBytes()
Dhttp_stream_base.h114 virtual int64 GetTotalReceivedBytes() const = 0;
Dproxy_connect_redirect_http_stream.h53 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dproxy_connect_redirect_http_stream.cc85 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::ProxyConnectRedirectHttpStream
Dhttp_basic_stream.h69 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_pipelined_stream.h72 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_basic_stream.cc88 int64 HttpBasicStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::HttpBasicStream
Dhttp_pipelined_connection_impl.h128 int64 GetTotalReceivedBytes(int pipeline_id) const;
Dhttp_response_body_drainer_unittest.cc104 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anonee8faeac0111::MockHttpStream
Dhttp_pipelined_connection_impl.cc656 int64 HttpPipelinedConnectionImpl::GetTotalReceivedBytes( in GetTotalReceivedBytes() function in net::HttpPipelinedConnectionImpl
Dhttp_stream_factory_impl_unittest.cc104 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anone43926c00111::MockWebSocketHandshakeStream
Dhttp_network_transaction_unittest.cc11818 virtual int64 GetTotalReceivedBytes() const OVERRIDE { in GetTotalReceivedBytes() function in net::__anonef6fce7b0511::FakeStream
/external/chromium_org/net/websockets/
Dwebsocket_basic_handshake_stream.h54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dwebsocket_basic_handshake_stream.cc220 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::WebSocketBasicHandshakeStream
/external/chromium_org/net/spdy/
Dspdy_http_stream.h69 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dspdy_http_stream.cc181 int64 SpdyHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::SpdyHttpStream
/external/chromium_org/net/quic/
Dquic_http_stream.h55 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dquic_http_stream.cc248 int64 QuicHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::QuicHttpStream
/external/chromium_org/net/url_request/
Durl_request_http_job_unittest.cc237 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anon6bb8141c0111::FakeWebSocketHandshakeStream