Searched refs:allow_latency_experiment_ (Results 1 – 2 of 2) sorted by relevance
514 return allow_latency_experiment_.end() != in AllowLatencyExperiment()515 allow_latency_experiment_.find(url.host()); in AllowLatencyExperiment()520 allow_latency_experiment_.insert(url.host()); in SetAllowLatencyExperiment()523 ExperimentSet::iterator it = allow_latency_experiment_.find(url.host()); in SetAllowLatencyExperiment()524 if (allow_latency_experiment_.end() == it) in SetAllowLatencyExperiment()527 allow_latency_experiment_.erase(it); in SetAllowLatencyExperiment()
370 ExperimentSet allow_latency_experiment_; variable