Searched defs:GetTotalReceivedBytes (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_basic_stream.cc84 int64 HttpBasicStream::GetTotalReceivedBytes() const { function in class:net::HttpBasicStream
H A Dproxy_connect_redirect_http_stream.cc79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const { function in class:net::ProxyConnectRedirectHttpStream
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_transaction_test_util.cc311 int64 MockNetworkTransaction::GetTotalReceivedBytes() const { function in class:MockNetworkTransaction
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.cc597 int64 HttpCache::Transaction::GetTotalReceivedBytes() const { function in class:net::HttpCache::Transaction
600 total_received_bytes += network_trans_->GetTotalReceivedBytes();
2779 total_received_bytes_ += network_trans_->GetTotalReceivedBytes();
/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();
/external/chromium_org/net/quic/
H A Dquic_http_stream.cc253 int64 QuicHttpStream::GetTotalReceivedBytes() const { function in class:net::QuicHttpStream
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.cc177 int64 SpdyHttpStream::GetTotalReceivedBytes() const { function in class:net::SpdyHttpStream
/external/chromium_org/net/url_request/
H A Durl_request_job.cc113 int64 URLRequestJob::GetTotalReceivedBytes() const { function in class:net::URLRequestJob
H A Durl_request.cc291 int64 URLRequest::GetTotalReceivedBytes() const { function in class:net::URLRequest
295 return job_->GetTotalReceivedBytes();
H A Durl_request_http_job.cc1280 int64 URLRequestHttpJob::GetTotalReceivedBytes() const { function in class:net::URLRequestHttpJob
1284 return transaction_->GetTotalReceivedBytes();
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_handshake_stream.cc470 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const { function in class:net::WebSocketBasicHandshakeStream

Completed in 165 milliseconds