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

  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 109 repeat_exhaustion_allowance_(sustain.InSeconds() /
111 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) {
136 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_;
140 // repeat_exhaustion_allowance_ times, it's a violation. Reset the bucket
extensions_quota_service.h 193 const int64 repeat_exhaustion_allowance_; member in class:ExtensionsQuotaService::SustainedLimit
  /external/chromium_org/extensions/browser/
quota_service.cc 145 repeat_exhaustion_allowance_(sustain.InSeconds() /
147 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) {}
171 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_;
175 // repeat_exhaustion_allowance_ times, it's a violation. Reset the bucket
quota_service.h 236 const int64 repeat_exhaustion_allowance_; member in class:extensions::QuotaService::SustainedLimit

Completed in 207 milliseconds