Home | History | Annotate | Download | only in browser

Lines Matching refs:trial

405     scoped_refptr<base::FieldTrial> trial(
410 int npn_spdy_grp = trial->kDefaultGroupNumber;
413 int npn_http_grp = trial->AppendGroup("npn_with_http", npnhttp_probability);
415 int trial_grp = trial->group();
431 // Setup SPDY CWND Field trial.
440 scoped_refptr<base::FieldTrial> trial(
444 trial->AppendGroup("cwnd10", kSpdyCwnd10);
445 trial->AppendGroup("cwnd16", kSpdyCwnd16);
446 trial->AppendGroup("cwndMin16", kSpdyCwndMin16);
447 trial->AppendGroup("cwndMin10", kSpdyCwndMin10);
466 base::FieldTrial::Probability falsestart_probability = 50; // 50/50 trial
469 scoped_refptr<base::FieldTrial> trial(
473 int disabled_group = trial->AppendGroup("FalseStart_disabled",
476 int trial_grp = trial->group();
498 scoped_refptr<base::FieldTrial> trial(
502 const int connect_backup_jobs_enabled = trial->kDefaultGroupNumber;
503 trial->AppendGroup("ConnectBackupJobsDisabled",
505 const int trial_group = trial->group();
1663 // Set up a field trial to see what disabling SDCH does to latency of page