Home | History | Annotate | Download | only in metrics

Lines Matching refs:trial

83   // the trial to the default group.
101 // forced trial, it will not have the same value as the default group
203 DVLOG(1) << "Field trial: " << trial_name_ << " Group choice:" << group_name_;
291 // Check if the field trial has already been created in some other way.
295 // If the default group name differs between the existing forced trial
296 // and this trial, then use a different value for the default group number.
300 // chosen for the forced trial (which has been finalized when it was
429 FieldTrial* trial = CreateFieldTrial(name, group_name);
430 if (!trial)
433 // Call |group()| to mark the trial as "used" and notify observers, if
436 trial->group();
455 // we may have already created the field trial.
463 // Force the trial, which will also finalize the group choice.
530 void FieldTrialList::Register(FieldTrial* trial) {
536 DCHECK(!global_->PreLockedFind(trial->trial_name()));
537 trial->AddRef();
538 trial->SetTrialRegistered();
539 global_->registered_[trial->trial_name()] = trial;