HomeSort by relevance Sort by last modified time
    Searched defs: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);
extension_bookmarks_module.cc 46 typedef QuotaLimitHeuristic::BucketMapper BucketMapper;
638 class BookmarkBucketMapper : public BucketMapper {
769 BucketMapper* short_mapper, BucketMapper* long_mapper) {
  /external/chromium_org/extensions/browser/
quota_service.h 11 // 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 {
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* map
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 70 typedef QuotaLimitHeuristic::BucketMapper BucketMapper;
690 class BookmarkBucketMapper : public BucketMapper {
824 BucketMapper* short_mapper, BucketMapper* long_mapper) {
    [all...]

Completed in 514 milliseconds