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

  /external/chromium/chrome/browser/extensions/
extensions_quota_service.cc 111 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) {
136 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_;
137 } else if (--num_available_repeat_exhaustions_ > 0) {
extensions_quota_service.h 194 int64 num_available_repeat_exhaustions_; member in class:ExtensionsQuotaService::SustainedLimit
  /external/chromium_org/extensions/browser/
quota_service.cc 147 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) {}
171 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_;
172 } else if (--num_available_repeat_exhaustions_ > 0) {
quota_service.h 237 int64 num_available_repeat_exhaustions_; member in class:extensions::QuotaService::SustainedLimit

Completed in 139 milliseconds