OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exponential_blacklist_count
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
sdch_manager.cc
254
count = 1 + 2 * global_->
exponential_blacklist_count
[domain];
256
global_->
exponential_blacklist_count
[domain] = count;
270
global_->
exponential_blacklist_count
[domain] = INT_MAX;
277
Global()->
exponential_blacklist_count
.clear();
295
if (Global()->
exponential_blacklist_count
.end() ==
296
Global()->
exponential_blacklist_count
.find(domain))
298
return Global()->
exponential_blacklist_count
[StringToLowerASCII(domain)];
sdch_manager.h
366
DomainCounter
exponential_blacklist_count
;
member in class:net::SdchManager
Completed in 368 milliseconds