Searched defs:BucketMapper (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h11 // 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 { class in class:QuotaLimitHeuristic
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);
H A Dextension_bookmarks_module.cc46 typedef QuotaLimitHeuristic::BucketMapper BucketMapper; typedef
638 class BookmarkBucketMapper : public BucketMapper {
769 BucketMapper* short_mapper, BucketMapper* long_mapper) {
/external/chromium_org/extensions/browser/
H A Dquota_service.h11 // arguments to a unique Bucket (the BucketMapper), and another to determine
146 // the set of buckets (which is typically stored in the BucketMapper itself)
148 class BucketMapper { class in class:extensions::QuotaLimitHeuristic
150 virtual ~BucketMapper() {}
162 class SingletonBucketMapper : public BucketMapper {
176 BucketMapper* map,
183 // is retrieved using the BucketMapper).
203 scoped_ptr<BucketMapper> bucket_mapper_;
215 TimedLimit(const Config& config, BucketMapper* map, const std::string& name)
228 BucketMapper* ma
[all...]
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc70 typedef QuotaLimitHeuristic::BucketMapper BucketMapper; typedef in namespace:extensions
690 class BookmarkBucketMapper : public BucketMapper {
824 BucketMapper* short_mapper, BucketMapper* long_mapper) {

Completed in 90 milliseconds