Home
last modified time | relevance | path

Searched refs:refill_interval (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextensions_quota_service.cc83 expiration_ = start + config.refill_interval; in Reset()
110 config.refill_interval.InSeconds()), in SustainedLimit()
134 config().refill_interval) { in Apply()
Dextensions_quota_service.h91 base::TimeDelta refill_interval; member
/external/chromium_org/extensions/browser/
Dquota_service.cc107 expiration_ = start + config.refill_interval; in Reset()
146 config.refill_interval.InSeconds()), in SustainedLimit()
169 event_time > bucket->expiration() + config().refill_interval) { in Apply()
Dquota_service.h109 base::TimeDelta refill_interval; member