HomeSort by relevance Sort by last modified time
    Searched defs:BucketMapper (Results 1 - 2 of 2) 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);
extension_bookmarks_module.cc 46 typedef QuotaLimitHeuristic::BucketMapper BucketMapper;
638 class BookmarkBucketMapper : public BucketMapper {
769 BucketMapper* short_mapper, BucketMapper* long_mapper) {

Completed in 196 milliseconds