Home | History | Annotate | Download | only in metrics

Lines Matching refs:FieldTrialList

34 // // FieldTrialList.
38 // base::FieldTrialList::FactoryGetFieldTrial(
76 class FieldTrialList;
185 // running process - for that, use FieldTrialList::FactoryGetFieldTrial().
217 friend class base::FieldTrialList;
222 // by a call to FieldTrialList::CreateFieldTrial. It is kept private so that
237 // Marks this trial as having been registered with the FieldTrialList. Must be
267 // The name of the field trial, as can be found via the FieldTrialList.
307 // Whether this trial is registered with the global FieldTrialList and thus
322 class BASE_EXPORT FieldTrialList {
345 explicit FieldTrialList(const FieldTrial::EntropyProvider* entropy_provider);
348 ~FieldTrialList();
352 // |name| is used to register the instance with the FieldTrialList class,
386 // randomization instead of the provider given when the FieldTrialList was
505 static FieldTrialList* global_; // The singleton of this class.
509 // creating the FieldTrialList. This is not an error, unless a
510 // FieldTrialList is created after that.
526 DISALLOW_COPY_AND_ASSIGN(FieldTrialList);