Home | History | Annotate | Download | only in metrics

Lines Matching defs:FieldTrialList

35 // // FieldTrialList.
56 // base::FieldTrialList::Find("MemoryExperiment") &&
57 // !base::FieldTrialList::Find("MemoryExperiment")->group_name().empty());
89 class FieldTrialList;
103 // The name is used to register the instance with the FieldTrialList class,
158 friend class base::FieldTrialList;
170 // The name of the field trial, as can be found via the FieldTrialList.
214 class BASE_API FieldTrialList {
222 FieldTrialList();
224 ~FieldTrialList();
275 static FieldTrialList* global_; // The singleton of this class.
278 // creating the FieldTrialList. This is not an error, unless a FieldTrialList
282 // A helper value made availabel to users, that shows when the FieldTrialList
291 DISALLOW_COPY_AND_ASSIGN(FieldTrialList);