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

  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 11 // arguments to a unique Bucket (the BucketMapper), and another to determine
130 // the set of buckets (which is typically stored in the BucketMapper itself)
132 class BucketMapper {
134 virtual ~BucketMapper() {}
145 explicit QuotaLimitHeuristic(const Config& config, BucketMapper* map);
151 // is retrieved using the BucketMapper).
167 scoped_ptr<BucketMapper> bucket_mapper_;
176 explicit TimedLimit(const Config& config, BucketMapper* map)
188 BucketMapper* map);
extensions_quota_service.cc 87 BucketMapper* map)
107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map)
extension_bookmarks_module.cc 46 typedef QuotaLimitHeuristic::BucketMapper BucketMapper;
638 class BookmarkBucketMapper : public BucketMapper {
769 BucketMapper* short_mapper, BucketMapper* long_mapper) {
extensions_quota_service_unittest.cc 28 class Mapper : public QuotaLimitHeuristic::BucketMapper {
47 class MockMapper : public QuotaLimitHeuristic::BucketMapper {

Completed in 896 milliseconds