Lines Matching defs:Experiment
23 // Experiment is used internally by about_flags to describe an experiment (and
26 struct Experiment {
28 // An experiment with a single value. This is typically what you want.
31 // The experiment has multiple values only one of which is ever enabled.
34 // command_line of the Experiment is not used. If the experiment is enabled
51 // The internal name of the experiment. This is never shown to the user.
56 // String id of the message containing the experiment's name.
59 // String id of the message containing the experiment's description.
62 // The platforms the experiment is available on
66 // Type of experiment.
92 // Returns true if one of the experiment flags has been flipped since startup.
95 // Enables or disables the experiment with id |internal_name|.
119 void SetExperiments(const Experiment* e, size_t count);
122 const Experiment* GetExperiments(size_t* count);
125 // name-of-experiment + kMultiSeparator + selected_index.