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

1 2

  /external/chromium_org/net/http/
http_stream_base.h 123 virtual int64 GetTotalReceivedBytes() const = 0;
http_transaction.h 115 virtual int64 GetTotalReceivedBytes() const = 0;
http_basic_stream.h 67 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
proxy_connect_redirect_http_stream.cc 79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
proxy_connect_redirect_http_stream.h 52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
failing_http_transaction_factory.cc 52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
120 int64 FailingHttpTransaction::GetTotalReceivedBytes() const {
http_basic_stream.cc 84 int64 HttpBasicStream::GetTotalReceivedBytes() const {
http_network_transaction.cc 308 total_received_bytes_ += stream_->GetTotalReceivedBytes();
326 DCHECK_EQ(0, new_stream->GetTotalReceivedBytes());
389 int64 HttpNetworkTransaction::GetTotalReceivedBytes() const {
392 total_received_bytes += stream_->GetTotalReceivedBytes();
480 total_received_bytes_ += stream_->GetTotalReceivedBytes();
576 total_received_bytes_ += stream_->GetTotalReceivedBytes();
780 total_received_bytes_ += stream_->GetTotalReceivedBytes();
    [all...]
http_cache_transaction.h 124 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_network_transaction.h 65 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_response_body_drainer_unittest.cc 101 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
http_transaction_test_util.h 197 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_transaction_test_util.cc 311 int64 MockNetworkTransaction::GetTotalReceivedBytes() const {
  /external/chromium_org/content/browser/loader/
sync_resource_handler.cc 66 total_transfer_size_ += request()->GetTotalReceivedBytes();
130 int total_transfer_size = request()->GetTotalReceivedBytes();
async_resource_handler.cc 153 response->head.encoded_data_length = request()->GetTotalReceivedBytes();
282 int64_t current_transfer_size = request()->GetTotalReceivedBytes();
305 int64_t current_transfer_size = request()->GetTotalReceivedBytes();
364 request()->GetTotalReceivedBytes();
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.cc 45 throttled_byte_count_ += network_transaction_->GetTotalReceivedBytes();
212 int64 DevToolsNetworkTransaction::GetTotalReceivedBytes() const {
213 return network_transaction_->GetTotalReceivedBytes();
devtools_network_transaction.h 96 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
  /external/chromium_org/net/quic/
quic_http_stream.h 54 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
quic_http_stream.cc 247 int64 QuicHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/spdy/
spdy_http_stream.h 68 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.h 59 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
  /external/chromium_org/net/url_request/
url_request_http_job.h 124 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
url_request_job.h 112 virtual int64 GetTotalReceivedBytes() const;
url_request_http_job_unittest.cc 233 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
url_request.h 416 int64 GetTotalReceivedBytes() const;
    [all...]

Completed in 679 milliseconds

1 2