OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SustainedLimit
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/extensions/
extensions_quota_service.h
37
class
SustainedLimit
;
184
class ExtensionsQuotaService::
SustainedLimit
: public QuotaLimitHeuristic {
186
SustainedLimit
(const base::TimeDelta& sustain,
extensions_quota_service.cc
106
ExtensionsQuotaService::
SustainedLimit
::
SustainedLimit
(
122
bool ExtensionsQuotaService::
SustainedLimit
::Apply(Bucket* bucket,
extensions_quota_service_unittest.cc
18
typedef ExtensionsQuotaService::
SustainedLimit
SustainedLimit
;
78
heuristics->push_back(new
SustainedLimit
(TimeDelta::FromMinutes(5),
159
SustainedLimit
lim(TimeDelta::FromMinutes(5), k2PerMinute, new MockMapper());
extension_bookmarks_module.cc
45
typedef ExtensionsQuotaService::
SustainedLimit
SustainedLimit
;
772
SustainedLimit
* sustained = new
SustainedLimit
(TimeDelta::FromMinutes(10),
/external/chromium_org/extensions/browser/
quota_service.h
48
class
SustainedLimit
;
224
class QuotaService::
SustainedLimit
: public QuotaLimitHeuristic {
226
SustainedLimit
(const base::TimeDelta& sustain,
quota_service.cc
140
QuotaService::
SustainedLimit
::
SustainedLimit
(const base::TimeDelta& sustain,
157
bool QuotaService::
SustainedLimit
::Apply(Bucket* bucket,
quota_service_unittest.cc
24
typedef QuotaService::
SustainedLimit
SustainedLimit
;
99
heuristics->push_back(new
SustainedLimit
(
194
SustainedLimit
lim(
/external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc
149
heuristics->push_back(new QuotaService::
SustainedLimit
(
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc
69
typedef QuotaService::
SustainedLimit
SustainedLimit
;
830
heuristics->push_back(new
SustainedLimit
(
[
all
...]
Completed in 167 milliseconds