Searched refs:TimedLimit (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h36 class TimedLimit;
174 class ExtensionsQuotaService::TimedLimit : public QuotaLimitHeuristic { class in class:ExtensionsQuotaService
176 explicit TimedLimit(const Config& config, BucketMapper* map) function in class:ExtensionsQuotaService::TimedLimit
H A Dextensions_quota_service_unittest.cc17 typedef ExtensionsQuotaService::TimedLimit TimedLimit; typedef
67 heuristics->push_back(new TimedLimit(k2PerMinute, new Mapper()));
81 heuristics->push_back(new TimedLimit(k20PerHour, new Mapper()));
90 heuristics->push_back(new TimedLimit(kFrozenConfig, new Mapper()));
140 TimedLimit lim(k2PerMinute, new MockMapper());
H A Dextensions_quota_service.cc114 bool ExtensionsQuotaService::TimedLimit::Apply(Bucket* bucket,
H A Dextension_bookmarks_module.cc44 typedef ExtensionsQuotaService::TimedLimit TimedLimit; typedef
770 TimedLimit* timed = new TimedLimit(kLongLimitConfig, long_mapper);
/external/chromium_org/extensions/browser/
H A Dquota_service.h47 class TimedLimit;
213 class QuotaService::TimedLimit : public QuotaLimitHeuristic { class in class:extensions::QuotaService
215 TimedLimit(const Config& config, BucketMapper* map, const std::string& name) function in class:extensions::QuotaService::TimedLimit
H A Dquota_service_unittest.cc23 typedef QuotaService::TimedLimit TimedLimit; typedef in namespace:extensions
85 new TimedLimit(k2PerMinute, new Mapper(), kGenericName));
103 new TimedLimit(k20PerHour, new Mapper(), kGenericName));
116 new TimedLimit(kFrozenConfig, new Mapper(), kGenericName));
175 TimedLimit lim(k2PerMinute, new MockMapper(), kGenericName);
H A Dquota_service.cc149 bool QuotaService::TimedLimit::Apply(Bucket* bucket,
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dstorage_api.cc138 heuristics->push_back(new QuotaService::TimedLimit(
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc68 typedef QuotaService::TimedLimit TimedLimit; typedef in namespace:extensions
841 heuristics->push_back(new TimedLimit(

Completed in 313 milliseconds