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_basic_stream.h 67 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_transaction.h 124 virtual int64 GetTotalReceivedBytes() const = 0;
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;
122 int64 FailingHttpTransaction::GetTotalReceivedBytes() const {
http_basic_stream.cc 84 int64 HttpBasicStream::GetTotalReceivedBytes() const {
http_network_transaction.cc 306 total_received_bytes_ += stream_->GetTotalReceivedBytes();
324 DCHECK_EQ(0, new_stream->GetTotalReceivedBytes());
387 int64 HttpNetworkTransaction::GetTotalReceivedBytes() const {
390 total_received_bytes += stream_->GetTotalReceivedBytes();
483 total_received_bytes_ += stream_->GetTotalReceivedBytes();
579 total_received_bytes_ += stream_->GetTotalReceivedBytes();
783 total_received_bytes_ += stream_->GetTotalReceivedBytes();
    [all...]
http_cache_transaction.h 129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_network_transaction.h 66 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
http_response_body_drainer_unittest.cc 102 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
http_transaction_test_util.h 198 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 68 total_transfer_size_ += request()->GetTotalReceivedBytes();
132 int total_transfer_size = request()->GetTotalReceivedBytes();
async_resource_handler.cc 165 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/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 253 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 129 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
url_request_job.h 113 virtual int64 GetTotalReceivedBytes() const;
url_request_http_job_unittest.cc 291 virtual int64 GetTotalReceivedBytes() const OVERRIDE { return 0; }
url_request.h 421 int64 GetTotalReceivedBytes() const;
    [all...]

Completed in 2264 milliseconds

1 2