OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BucketMapper
(Results
1 - 9
of
9
) sorted by null
/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
...]
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/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
{
/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
...]
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc
[
all
...]
Completed in 412 milliseconds