HomeSort by relevance Sort by last modified time
    Searched refs:allow_latency_experiment_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/base/
sdch_manager.cc 264 allow_latency_experiment_.clear();
490 return allow_latency_experiment_.end() !=
491 allow_latency_experiment_.find(url.host());
497 allow_latency_experiment_.insert(url.host());
500 ExperimentSet::iterator it = allow_latency_experiment_.find(url.host());
501 if (allow_latency_experiment_.end() == it)
504 allow_latency_experiment_.erase(it);
sdch_manager.h 399 ExperimentSet allow_latency_experiment_; member in class:net::SdchManager

Completed in 777 milliseconds