/external/chromium_org/content/browser/loader/ |
D | async_resource_handler.cc | 165 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()
|
D | sync_resource_handler.cc | 68 total_transfer_size_ += request()->GetTotalReceivedBytes(); in OnRequestRedirected() 132 int total_transfer_size = request()->GetTotalReceivedBytes(); in OnResponseCompleted()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_network_transaction.cc | 45 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()
|
D | devtools_network_transaction.h | 96 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
/external/chromium_org/net/http/ |
D | failing_http_transaction_factory.cc | 52 virtual int64 GetTotalReceivedBytes() const OVERRIDE; 122 int64 FailingHttpTransaction::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::__anon30408eb00111::FailingHttpTransaction
|
D | http_network_transaction.cc | 306 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()
|
D | http_stream_base.h | 123 virtual int64 GetTotalReceivedBytes() const = 0;
|
D | proxy_connect_redirect_http_stream.cc | 79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::ProxyConnectRedirectHttpStream
|
D | proxy_connect_redirect_http_stream.h | 52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | http_transaction.h | 124 virtual int64 GetTotalReceivedBytes() const = 0;
|
D | http_basic_stream.h | 67 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | http_basic_stream.cc | 84 int64 HttpBasicStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::HttpBasicStream
|
D | http_network_transaction.h | 66 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | http_transaction_test_util.h | 198 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | http_response_body_drainer_unittest.cc | 102 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anon0d8649590111::MockHttpStream
|
D | http_cache_transaction.h | 129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
/external/chromium_org/net/websockets/ |
D | websocket_basic_handshake_stream.h | 59 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
/external/chromium_org/net/spdy/ |
D | spdy_http_stream.h | 68 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | spdy_http_stream.cc | 177 int64 SpdyHttpStream::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::SpdyHttpStream
|
/external/chromium_org/net/quic/ |
D | quic_http_stream.h | 54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
/external/chromium_org/net/url_request/ |
D | url_request_job.h | 113 virtual int64 GetTotalReceivedBytes() const;
|
D | url_request_http_job.h | 129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
|
D | url_request_http_job_unittest.cc | 291 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; } in GetTotalReceivedBytes() function in net::__anon698204690111::FakeWebSocketHandshakeStream
|
D | url_request.h | 421 int64 GetTotalReceivedBytes() const; in NON_EXPORTED_BASE()
|
D | url_request.cc | 291 int64 URLRequest::GetTotalReceivedBytes() const { in GetTotalReceivedBytes() function in net::URLRequest 295 return job_->GetTotalReceivedBytes(); in GetTotalReceivedBytes()
|