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

12

/external/chromium_org/content/browser/loader/
H A Dsync_resource_handler.cc68 total_transfer_size_ += request()->GetTotalReceivedBytes();
132 int total_transfer_size = request()->GetTotalReceivedBytes();
H A Dasync_resource_handler.cc165 response->head.encoded_data_length = request()->GetTotalReceivedBytes();
293 int64_t current_transfer_size = request()->GetTotalReceivedBytes();
316 int64_t current_transfer_size = request()->GetTotalReceivedBytes();
375 request()->GetTotalReceivedBytes();
/external/chromium_org/net/http/
H A Dhttp_stream_base.h123 virtual int64 GetTotalReceivedBytes() const = 0;
H A Dhttp_transaction.h124 virtual int64 GetTotalReceivedBytes() const = 0;
H A Dproxy_connect_redirect_http_stream.cc79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const { function in class:net::ProxyConnectRedirectHttpStream
H A Dproxy_connect_redirect_http_stream.h52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dfailing_http_transaction_factory.cc52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
122 int64 FailingHttpTransaction::GetTotalReceivedBytes() const { function in class:net::__anon9250::FailingHttpTransaction
H A Dhttp_basic_stream.cc84 int64 HttpBasicStream::GetTotalReceivedBytes() const { function in class:net::HttpBasicStream
H A Dhttp_basic_stream.h67 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dhttp_network_transaction.cc306 total_received_bytes_ += stream_->GetTotalReceivedBytes();
324 DCHECK_EQ(0, new_stream->GetTotalReceivedBytes());
387 int64 HttpNetworkTransaction::GetTotalReceivedBytes() const { function in class:net::HttpNetworkTransaction
390 total_received_bytes += stream_->GetTotalReceivedBytes();
483 total_received_bytes_ += stream_->GetTotalReceivedBytes();
579 total_received_bytes_ += stream_->GetTotalReceivedBytes();
783 total_received_bytes_ += stream_->GetTotalReceivedBytes();
1242 total_received_bytes_ += stream_->GetTotalReceivedBytes();
1438 total_received_bytes_ += stream_->GetTotalReceivedBytes();
H A Dhttp_cache_transaction.h129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dhttp_network_transaction.h66 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dhttp_response_body_drainer_unittest.cc102 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
H A Dhttp_transaction_test_util.h198 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dhttp_transaction_test_util.cc311 int64 MockNetworkTransaction::GetTotalReceivedBytes() const { function in class:MockNetworkTransaction
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc45 throttled_byte_count_ += network_transaction_->GetTotalReceivedBytes();
212 int64 DevToolsNetworkTransaction::GetTotalReceivedBytes() const { function in class:DevToolsNetworkTransaction
213 return network_transaction_->GetTotalReceivedBytes();
H A Ddevtools_network_transaction.h96 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.h68 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_handshake_stream.h59 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
/external/chromium_org/net/quic/
H A Dquic_http_stream.h54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Dquic_http_stream.cc253 int64 QuicHttpStream::GetTotalReceivedBytes() const { function in class:net::QuicHttpStream
/external/chromium_org/net/url_request/
H A Durl_request_job.h113 virtual int64 GetTotalReceivedBytes() const;
H A Durl_request_http_job.h129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
H A Durl_request_http_job_unittest.cc291 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
H A Durl_request.h421 int64 GetTotalReceivedBytes() const;

Completed in 362 milliseconds

12