HomeSort by relevance Sort by last modified time
    Searched refs:num_available_repeat_exhaustions_ (Results 1 - 2 of 2) 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

Completed in 377 milliseconds