Home
last modified time | relevance | path

Searched refs:num_available_repeat_exhaustions_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextensions_quota_service.cc111 num_available_repeat_exhaustions_(repeat_exhaustion_allowance_) { in SustainedLimit()
136 num_available_repeat_exhaustions_ = repeat_exhaustion_allowance_; in Apply()
137 } else if (--num_available_repeat_exhaustions_ > 0) { in Apply()
Dextensions_quota_service.h194 int64 num_available_repeat_exhaustions_; variable