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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_interceptor.cc110 size_t throttle_count = throttled_transactions.size(); local
111 for (size_t i = 0; i < throttle_count; ++i)
189 size_t throttle_count = throttled_transactions_.size(); local
191 if (!throttle_count && !suspend_count)
194 for (size_t i = 0; i < throttle_count; ++i) {
197 int64_t ticks_left = (i + 1) + throttle_count * (packets_left - 1);

Completed in 538 milliseconds