Searched refs:throttled_byte_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.h61 int64_t throttled_byte_count() const { return throttled_byte_count_; }
63 throttled_byte_count_ -= delta;
161 int64_t throttled_byte_count_; member in class:DevToolsNetworkTransaction
H A Ddevtools_network_transaction.cc29 throttled_byte_count_(0),
45 throttled_byte_count_ += network_transaction_->GetTotalReceivedBytes();
47 throttled_byte_count_ += result;
88 // In case of error |throttled_byte_count_| is unknown.

Completed in 165 milliseconds