Home
last modified time | relevance | path

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

12

/external/chromium_org/content/browser/loader/
Dasync_resource_handler.cc165 response->head.encoded_data_length = request()->GetTotalReceivedBytes(); in OnRequestRedirected()
293 int64_t current_transfer_size = request()->GetTotalReceivedBytes(); in OnReadCompleted()
316 int64_t current_transfer_size = request()->GetTotalReceivedBytes(); in OnDataDownloaded()
375 request()->GetTotalReceivedBytes(); in OnResponseCompleted()
Dsync_resource_handler.cc68 total_transfer_size_ += request()->GetTotalReceivedBytes(); in OnRequestRedirected()
132 int total_transfer_size = request()->GetTotalReceivedBytes(); in OnResponseCompleted()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_network_transaction.cc45 throttled_byte_count_ += network_transaction_->GetTotalReceivedBytes(); in Throttle()
212 int64 DevToolsNetworkTransaction::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in DevToolsNetworkTransaction
213 return network_transaction_->GetTotalReceivedBytes(); in GetTotalReceivedBytes()
Ddevtools_network_transaction.h96 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/http/
Dfailing_http_transaction_factory.cc52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
122 int64 FailingHttpTransaction::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::__anon30408eb00111::FailingHttpTransaction
Dhttp_network_transaction.cc306 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in DidDrainBodyForAuthRestart()
324 DCHECK_EQ(0, new_stream->GetTotalReceivedBytes()); in DidDrainBodyForAuthRestart()
387 int64 HttpNetworkTransaction::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::HttpNetworkTransaction
390 total_received_bytes += stream_->GetTotalReceivedBytes(); in GetTotalReceivedBytes()
483 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in OnStreamReady()
579 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in OnHttpsProxyTunnelResponse()
783 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in DoInitStreamComplete()
1242 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in HandleCertificateRequest()
1438 total_received_bytes_ += stream_->GetTotalReceivedBytes(); in ResetStateForRestart()
Dhttp_stream_base.h123 virtual int64 GetTotalReceivedBytes() const = 0;
Dproxy_connect_redirect_http_stream.cc79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::ProxyConnectRedirectHttpStream
Dproxy_connect_redirect_http_stream.h52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_transaction.h124 virtual int64 GetTotalReceivedBytes() const = 0;
Dhttp_basic_stream.h67 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_basic_stream.cc84 int64 HttpBasicStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::HttpBasicStream
Dhttp_network_transaction.h66 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_transaction_test_util.h198 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dhttp_response_body_drainer_unittest.cc102 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anon0d8649590111::MockHttpStream
Dhttp_cache_transaction.h129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/websockets/
Dwebsocket_basic_handshake_stream.h59 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/spdy/
Dspdy_http_stream.h68 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Dspdy_http_stream.cc177 int64 SpdyHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::SpdyHttpStream
/external/chromium_org/net/quic/
Dquic_http_stream.h54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/url_request/
Durl_request_job.h113 virtual int64 GetTotalReceivedBytes() const;
Durl_request_http_job.h129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
Durl_request_http_job_unittest.cc291 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anon698204690111::FakeWebSocketHandshakeStream
Durl_request.h421 int64 GetTotalReceivedBytes() const; in NON_EXPORTED_BASE()
Durl_request.cc291 int64 URLRequest::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::URLRequest
295 return job_->GetTotalReceivedBytes(); in GetTotalReceivedBytes()

12