HomeSort by relevance Sort by last modified time
    Searched defs:GetTotalReceivedBytes (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/net/http/
http_basic_stream.cc 84 int64 HttpBasicStream::GetTotalReceivedBytes() const {
proxy_connect_redirect_http_stream.cc 79 int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
failing_http_transaction_factory.cc 52 virtual int64 GetTotalReceivedBytes() const OVERRIDE;
120 int64 FailingHttpTransaction::GetTotalReceivedBytes() const {
http_transaction_test_util.cc 311 int64 MockNetworkTransaction::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.cc 476 int64 HttpCache::Transaction::GetTotalReceivedBytes() const {
479 total_received_bytes += network_trans_->GetTotalReceivedBytes();
    [all...]
  /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();
  /external/chromium_org/net/quic/
quic_http_stream.cc 247 int64 QuicHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 177 int64 SpdyHttpStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 469 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/url_request/
url_request_job.cc 114 int64 URLRequestJob::GetTotalReceivedBytes() const {
url_request.cc 361 int64 URLRequest::GetTotalReceivedBytes() const {
365 return job_->GetTotalReceivedBytes();
    [all...]
url_request_http_job.cc     [all...]

Completed in 1543 milliseconds