OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_tokens
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/extensions/
extensions_quota_service_unittest.cc
122
EXPECT_TRUE(b->
has_tokens
());
128
EXPECT_FALSE(b->
has_tokens
());
132
EXPECT_FALSE(b->
has_tokens
());
134
EXPECT_FALSE(b->
has_tokens
());
145
EXPECT_TRUE(b.
has_tokens
());
147
EXPECT_FALSE(b.
has_tokens
());
extensions_quota_service.cc
133
if (bucket->
has_tokens
() || event_time > bucket->expiration() +
150
// We can go negative since we check
has_tokens
when we get to *next* bucket,
extensions_quota_service.h
109
bool
has_tokens
() const { return num_tokens_ > 0; }
function in class:QuotaLimitHeuristic::Bucket
/external/chromium_org/extensions/browser/
quota_service_unittest.cc
157
EXPECT_TRUE(b->
has_tokens
());
163
EXPECT_FALSE(b->
has_tokens
());
167
EXPECT_FALSE(b->
has_tokens
());
169
EXPECT_FALSE(b->
has_tokens
());
180
EXPECT_TRUE(b.
has_tokens
());
182
EXPECT_FALSE(b.
has_tokens
());
quota_service.cc
168
if (bucket->
has_tokens
() ||
185
// We can go negative since we check
has_tokens
when we get to *next* bucket,
quota_service.h
127
bool
has_tokens
() const { return num_tokens_ > 0; }
function in class:extensions::QuotaLimitHeuristic::Bucket
/external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc
[
all
...]
Completed in 218 milliseconds