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

  /external/chromium/chrome/browser/net/
predictor_api.cc 574 trial_ = new base::FieldTrial("DnsImpact", kDivisor,
578 int disabled_prefetch = trial_->AppendGroup("disabled_prefetch",
589 int max_250ms_prefetch = trial_->AppendGroup("max_250ms_queue_prefetch",
591 int max_500ms_prefetch = trial_->AppendGroup("max_500ms_queue_prefetch",
593 int max_750ms_prefetch = trial_->AppendGroup("max_750ms_queue_prefetch",
596 int max_2s_prefetch = trial_->AppendGroup("max_2s_queue_prefetch",
602 int max_2_concurrent_prefetch = trial_->AppendGroup(
604 int max_4_concurrent_prefetch = trial_->AppendGroup(
606 int max_6_concurrent_prefetch = trial_->AppendGroup(
613 if (trial_->group() != disabled_prefetch)
    [all...]
predictor_api.h 102 scoped_refptr<base::FieldTrial> trial_; member in class:chrome_browser_net::PredictorInit

Completed in 33 milliseconds