OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimedLimit
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/extensions/
extensions_quota_service.h
36
class
TimedLimit
;
174
class ExtensionsQuotaService::
TimedLimit
: public QuotaLimitHeuristic {
176
explicit
TimedLimit
(const Config& config, BucketMapper* map)
extensions_quota_service_unittest.cc
17
typedef ExtensionsQuotaService::
TimedLimit
TimedLimit
;
67
heuristics->push_back(new
TimedLimit
(k2PerMinute, new Mapper()));
81
heuristics->push_back(new
TimedLimit
(k20PerHour, new Mapper()));
90
heuristics->push_back(new
TimedLimit
(kFrozenConfig, new Mapper()));
140
TimedLimit
lim(k2PerMinute, new MockMapper());
extensions_quota_service.cc
114
bool ExtensionsQuotaService::
TimedLimit
::Apply(Bucket* bucket,
extension_bookmarks_module.cc
44
typedef ExtensionsQuotaService::
TimedLimit
TimedLimit
;
770
TimedLimit
* timed = new
TimedLimit
(kLongLimitConfig, long_mapper);
/external/chromium_org/extensions/browser/
quota_service.h
47
class
TimedLimit
;
213
class QuotaService::
TimedLimit
: public QuotaLimitHeuristic {
215
TimedLimit
(const Config& config, BucketMapper* map, const std::string& name)
quota_service_unittest.cc
23
typedef QuotaService::
TimedLimit
TimedLimit
;
85
new
TimedLimit
(k2PerMinute, new Mapper(), kGenericName));
103
new
TimedLimit
(k20PerHour, new Mapper(), kGenericName));
116
new
TimedLimit
(kFrozenConfig, new Mapper(), kGenericName));
175
TimedLimit
lim(k2PerMinute, new MockMapper(), kGenericName);
quota_service.cc
149
bool QuotaService::
TimedLimit
::Apply(Bucket* bucket,
/external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc
138
heuristics->push_back(new QuotaService::
TimedLimit
(
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc
68
typedef QuotaService::
TimedLimit
TimedLimit
;
841
heuristics->push_back(new
TimedLimit
(
[
all
...]
Completed in 224 milliseconds