Home
last modified time | relevance | path

Searched refs:enforce_throttling (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/url_request/
Durl_request_throttler_manager.h70 bool enforce_throttling();
Durl_request_throttler_manager.cc93 bool URLRequestThrottlerManager::enforce_throttling() { in enforce_throttling() function in net::URLRequestThrottlerManager
Durl_request_http_job.cc318 if (!URLRequestThrottlerManager::GetInstance()->enforce_throttling() || in StartTransaction()