Searched refs:SustainedLimit (Results 1 – 4 of 4) 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()