Home
last modified time | relevance | path

Searched refs:TimedLimit (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/
Dquota_service.h48 class TimedLimit;
214 class QuotaService::TimedLimit : public QuotaLimitHeuristic {
216 TimedLimit(const Config& config, BucketMapper* map, const std::string& name) in TimedLimit() function
Dquota_service_unittest.cc23 typedef QuotaService::TimedLimit TimedLimit; typedef
84 new TimedLimit(k2PerMinute, new Mapper(), kGenericName)); in GetQuotaLimitHeuristics()
102 new TimedLimit(k20PerHour, new Mapper(), kGenericName)); in GetQuotaLimitHeuristics()
115 new TimedLimit(kFrozenConfig, new Mapper(), kGenericName)); in GetQuotaLimitHeuristics()
174 TimedLimit lim(k2PerMinute, new MockMapper(), kGenericName); in TEST_F()
Dquota_service.cc149 bool QuotaService::TimedLimit::Apply(Bucket* bucket, in Apply()
/external/chromium_org/extensions/browser/api/storage/
Dstorage_api.cc157 heuristics->push_back(new QuotaService::TimedLimit( in GetModificationQuotaLimitHeuristics()
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmarks_api.cc76 typedef QuotaService::TimedLimit TimedLimit; typedef
965 heuristics->push_back(new TimedLimit( in BuildWithMappers()