OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultNumErrorsToIgnore
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_entry.h
40
static const int
kDefaultNumErrorsToIgnore
;
url_request_throttler_entry.cc
35
const int URLRequestThrottlerEntry::
kDefaultNumErrorsToIgnore
= 4;
214
backoff_policy_.num_errors_to_ignore =
kDefaultNumErrorsToIgnore
;
/external/chromium_org/net/url_request/
url_request_throttler_entry.h
42
static const int
kDefaultNumErrorsToIgnore
;
url_request_throttler_entry.cc
43
const int URLRequestThrottlerEntry::
kDefaultNumErrorsToIgnore
= 2;
262
backoff_policy_.num_errors_to_ignore =
kDefaultNumErrorsToIgnore
;
Completed in 2539 milliseconds