OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_tokens_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extensions_quota_service.h
103
Bucket() :
num_tokens_
(0) {}
106
bool DeductToken() { return
num_tokens_
-- > 0; }
109
bool has_tokens() const { return
num_tokens_
> 0; }
121
int64
num_tokens_
;
member in class:QuotaLimitHeuristic::Bucket
extensions_quota_service.cc
82
num_tokens_
= config.refill_token_count;
152
// tokens (which is true if
num_tokens_
<= 0).
Completed in 646 milliseconds