OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_latency_experiment_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
sdch_manager.cc
514
return
allow_latency_experiment_
.end() !=
515
allow_latency_experiment_
.find(url.host());
520
allow_latency_experiment_
.insert(url.host());
523
ExperimentSet::iterator it =
allow_latency_experiment_
.find(url.host());
524
if (
allow_latency_experiment_
.end() == it)
527
allow_latency_experiment_
.erase(it);
sdch_manager.h
370
ExperimentSet
allow_latency_experiment_
;
member in class:net::SdchManager
Completed in 38 milliseconds