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

  /external/chromium_org/extensions/browser/
quota_service.h 11 // arguments to a unique Bucket (the BucketMapper), and another to determine
147 // the set of buckets (which is typically stored in the BucketMapper itself)
149 class BucketMapper {
151 virtual ~BucketMapper() {}
163 class SingletonBucketMapper : public BucketMapper {
177 BucketMapper* map,
184 // is retrieved using the BucketMapper).
204 scoped_ptr<BucketMapper> bucket_mapper_;
216 TimedLimit(const Config& config, BucketMapper* map, const std::string& name)
229 BucketMapper* map
    [all...]
quota_service.cc 117 BucketMapper* map,
142 BucketMapper* map,
quota_service_unittest.cc 35 class Mapper : public QuotaLimitHeuristic::BucketMapper {
56 class MockMapper : public QuotaLimitHeuristic::BucketMapper {
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 78 typedef QuotaLimitHeuristic::BucketMapper BucketMapper;
808 class BookmarkBucketMapper : public BucketMapper {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc     [all...]

Completed in 245 milliseconds