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

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_interceptor.h42 bool ShouldThrottle(const DevToolsNetworkTransaction* transaction);
H A Ddevtools_network_transaction.cc58 if (interceptor_ && interceptor_->ShouldThrottle(this)) {
81 if (!interceptor_ || !interceptor_->ShouldThrottle(this))
H A Ddevtools_network_interceptor.cc256 bool DevToolsNetworkInterceptor::ShouldThrottle( function in class:DevToolsNetworkInterceptor

Completed in 771 milliseconds