HomeSort by relevance Sort by last modified time
    Searched refs:URLRequestThrottlerEntry (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/url_request/
url_request_throttler_entry.cc 24 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::kExponentialThrottlingDisableValue[]
    [all...]
url_request_throttler_entry.h 21 // URLRequestThrottlerEntry represents an entry of URLRequestThrottlerManager.
32 class NET_EXPORT URLRequestThrottlerEntry
69 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
75 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
105 virtual ~URLRequestThrottlerEntry();
170 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntry);
url_request_throttler_manager.h 58 void OverrideEntryForTests(const GURL& url, URLRequestThrottlerEntry* entry);
117 typedef std::map<std::string, scoped_refptr<URLRequestThrottlerEntry> >
130 // URLRequestThrottlerEntry.
url_request_throttler_test_support.cc 46 URLRequestThrottlerEntry::kExponentialThrottlingHeader &&
url_request_throttler_manager.cc 62 scoped_refptr<URLRequestThrottlerEntry>& entry = url_entries_[url_id];
74 entry = new URLRequestThrottlerEntry(this, url_id);
118 URLRequestThrottlerEntry* entry) {
url_request_throttler_unittest.cc 33 class MockURLRequestThrottlerEntry : public URLRequestThrottlerEntry {
37 : net::URLRequestThrottlerEntry(manager, std::string()),
46 : net::URLRequestThrottlerEntry(manager, std::string()),
74 return URLRequestThrottlerEntry::ExplicitUserRequest(load_flags);
95 return URLRequestThrottlerEntry::sliding_window_release_time();
100 URLRequestThrottlerEntry::set_sliding_window_release_time(
315 int max_send = URLRequestThrottlerEntry::kDefaultMaxSendThreshold;
317 URLRequestThrottlerEntry::kDefaultSlidingWindowPeriodMs;
url_fetcher_impl_unittest.cc 451 scoped_refptr<URLRequestThrottlerEntry> entry(
452 new URLRequestThrottlerEntry(context_->throttler_manager(),
    [all...]
url_request_throttler_simulation_unittest.cc 297 class MockURLRequestThrottlerEntry : public URLRequestThrottlerEntry {
300 : URLRequestThrottlerEntry(manager, std::string()),
627 // policy encoded in URLRequestThrottlerEntry, and the test or set of
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher_unittest.cc 219 scoped_refptr<net::URLRequestThrottlerEntry>
220 entry(new net::URLRequestThrottlerEntry(

Completed in 992 milliseconds