HomeSort by relevance Sort by last modified time
    Searched refs:TimedLimit (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 36 class TimedLimit;
174 class ExtensionsQuotaService::TimedLimit : public QuotaLimitHeuristic {
176 explicit TimedLimit(const Config& config, BucketMapper* map)
extensions_quota_service_unittest.cc 17 typedef ExtensionsQuotaService::TimedLimit TimedLimit;
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());
extensions_quota_service.cc 114 bool ExtensionsQuotaService::TimedLimit::Apply(Bucket* bucket,
extension_bookmarks_module.cc 44 typedef ExtensionsQuotaService::TimedLimit TimedLimit;
770 TimedLimit* timed = new TimedLimit(kLongLimitConfig, long_mapper);

Completed in 165 milliseconds