Searched refs:allow_latency_experiment_ (Results 1 – 2 of 2) sorted by relevance
264 allow_latency_experiment_.clear(); in ClearData()490 return allow_latency_experiment_.end() != in AllowLatencyExperiment()491 allow_latency_experiment_.find(url.host()); in AllowLatencyExperiment()497 allow_latency_experiment_.insert(url.host()); in SetAllowLatencyExperiment()500 ExperimentSet::iterator it = allow_latency_experiment_.find(url.host()); in SetAllowLatencyExperiment()501 if (allow_latency_experiment_.end() == it) in SetAllowLatencyExperiment()504 allow_latency_experiment_.erase(it); in SetAllowLatencyExperiment()
399 ExperimentSet allow_latency_experiment_; variable