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;
122 int64 FailingHttpTransaction::GetTotalReceivedBytes() const {
http_transaction_test_util.cc 311 int64 MockNetworkTransaction::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.cc 597 int64 HttpCache::Transaction::GetTotalReceivedBytes() const {
600 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 253 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 470 int64 WebSocketBasicHandshakeStream::GetTotalReceivedBytes() const {
  /external/chromium_org/net/url_request/
url_request_job.cc 113 int64 URLRequestJob::GetTotalReceivedBytes() const {
url_request.cc 291 int64 URLRequest::GetTotalReceivedBytes() const {
295 return job_->GetTotalReceivedBytes();
    [all...]
url_request_http_job.cc     [all...]

Completed in 318 milliseconds