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

  /external/chromium_org/net/http/
http_stream_base.h 114 virtual int64 GetTotalReceivedBytes() const = 0;
http_pipelined_stream.cc 102 int64 HttpPipelinedStream::GetTotalReceivedBytes() const {
103 return pipeline_->GetTotalReceivedBytes(pipeline_id_);
http_basic_stream.h 69 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_pipelined_stream.h 72 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
proxy_connect_redirect_http_stream.cc 85 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
proxy_connect_redirect_http_stream.h 53 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_basic_stream.cc 88 int64 HttpBasicStream::GetTotalReceivedBytes() const {
http_pipelined_connection_impl.h 128 int64 GetTotalReceivedBytes(int pipeline_id) const;
http_response_body_drainer_unittest.cc 104 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
http_pipelined_connection_impl.cc 656 int64 HttpPipelinedConnectionImpl::GetTotalReceivedBytes(
http_stream_factory_impl_unittest.cc 104 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
    [all...]
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h 54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
websocket_basic_handshake_stream.cc 220 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/quic/
quic_http_stream.h 55 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
quic_http_stream.cc 248 int64 QuicHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/spdy/
spdy_http_stream.h 69 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
spdy_http_stream.cc 181 int64 SpdyHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 237 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }

Completed in 96 milliseconds