Searched refs:kDefaultNumErrorsToIgnore (Results 1 – 2 of 2) sorted by relevance
35 const int URLRequestThrottlerEntry::kDefaultNumErrorsToIgnore = 4; member in net::URLRequestThrottlerEntry214 backoff_policy_.num_errors_to_ignore = kDefaultNumErrorsToIgnore; in Initialize()
40 static const int kDefaultNumErrorsToIgnore; variable