Searched defs:URLRequestThrottlerEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_throttler_entry.h22 // URLRequestThrottlerEntry represents an entry of URLRequestThrottlerManager.
33 class NET_EXPORT URLRequestThrottlerEntry class in namespace:net
70 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
76 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
108 virtual ~URLRequestThrottlerEntry();
173 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntry);
H A Durl_request_throttler_entry.cc24 const int URLRequestThrottlerEntry::kDefaultSlidingWindowPeriodMs = 2000;
25 const int URLRequestThrottlerEntry::kDefaultMaxSendThreshold = 20;
43 const int URLRequestThrottlerEntry::kDefaultNumErrorsToIgnore = 2;
44 const int URLRequestThrottlerEntry::kDefaultInitialDelayMs = 700;
45 const double URLRequestThrottlerEntry::kDefaultMultiplyFactor = 1.4;
46 const double URLRequestThrottlerEntry::kDefaultJitterFactor = 0.4;
47 const int URLRequestThrottlerEntry::kDefaultMaximumBackoffMs = 15 * 60 * 1000;
48 const int URLRequestThrottlerEntry::kDefaultEntryLifetimeMs = 2 * 60 * 1000;
49 const char URLRequestThrottlerEntry::kExponentialThrottlingHeader[] =
51 const char URLRequestThrottlerEntry
66 URLRequestThrottlerEntry::URLRequestThrottlerEntry( function in class:net::URLRequestThrottlerEntry
82 URLRequestThrottlerEntry::URLRequestThrottlerEntry( function in class:net::URLRequestThrottlerEntry
[all...]

Completed in 73 milliseconds