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

  /external/chromium/net/url_request/
url_request_throttler_entry.h 56 static const int kDefaultEntryLifetimeMs;
url_request_throttler_entry.cc 40 const int URLRequestThrottlerEntry::kDefaultEntryLifetimeMs = 2 * 60 * 1000;
219 backoff_policy_.entry_lifetime_ms = kDefaultEntryLifetimeMs;
url_request_throttler_unittest.cc 178 MockURLRequestThrottlerEntry::kDefaultEntryLifetimeMs + 1000);
291 MockURLRequestThrottlerEntry::kDefaultEntryLifetimeMs);

Completed in 5645 milliseconds