Home
last modified time | relevance | path

Searched refs:kDefaultNumErrorsToIgnore (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/url_request/
Durl_request_throttler_entry.cc35 const int URLRequestThrottlerEntry::kDefaultNumErrorsToIgnore = 4; member in net::URLRequestThrottlerEntry
214 backoff_policy_.num_errors_to_ignore = kDefaultNumErrorsToIgnore; in Initialize()
Durl_request_throttler_entry.h40 static const int kDefaultNumErrorsToIgnore; variable