Searched refs:SustainedLimit (Results 1 – 9 of 9) sorted by relevance
37 class SustainedLimit; variable184 class ExtensionsQuotaService::SustainedLimit : public QuotaLimitHeuristic {186 SustainedLimit(const base::TimeDelta& sustain,
106 ExtensionsQuotaService::SustainedLimit::SustainedLimit( in SustainedLimit() function in ExtensionsQuotaService::SustainedLimit122 bool ExtensionsQuotaService::SustainedLimit::Apply(Bucket* bucket, in Apply()
18 typedef ExtensionsQuotaService::SustainedLimit SustainedLimit; typedef78 heuristics->push_back(new SustainedLimit(TimeDelta::FromMinutes(5), in GetQuotaLimitHeuristics()159 SustainedLimit lim(TimeDelta::FromMinutes(5), k2PerMinute, new MockMapper()); in TEST_F()
45 typedef ExtensionsQuotaService::SustainedLimit SustainedLimit; typedef772 SustainedLimit* sustained = new SustainedLimit(TimeDelta::FromMinutes(10), in BuildWithMappers()
48 class SustainedLimit; variable224 class QuotaService::SustainedLimit : public QuotaLimitHeuristic {226 SustainedLimit(const base::TimeDelta& sustain,
140 QuotaService::SustainedLimit::SustainedLimit(const base::TimeDelta& sustain, in SustainedLimit() function in extensions::QuotaService::SustainedLimit157 bool QuotaService::SustainedLimit::Apply(Bucket* bucket, in Apply()
24 typedef QuotaService::SustainedLimit SustainedLimit; typedef99 heuristics->push_back(new SustainedLimit( in GetQuotaLimitHeuristics()194 SustainedLimit lim( in TEST_F()
149 heuristics->push_back(new QuotaService::SustainedLimit( in GetModificationQuotaLimitHeuristics()
69 typedef QuotaService::SustainedLimit SustainedLimit; typedef830 heuristics->push_back(new SustainedLimit( in BuildWithMappers()