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

  /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 238 int64 num_available_repeat_exhaustions_; member in class:extensions::QuotaService::SustainedLimit

Completed in 32 milliseconds