Home | History | Annotate | Download | only in browser

Lines Matching defs:Experiment

29 // Experiment is used internally by about_flags to describe an experiment (and
32 struct Experiment {
34 // An experiment with a single value. This is typically what you want.
37 // The experiment has multiple values only one of which is ever enabled.
40 // command_line of the Experiment is not used. If the experiment is enabled
44 // The experiment has three possible values: Default, Enabled and Disabled.
63 // The internal name of the experiment. This is never shown to the user.
68 // String id of the message containing the experiment's name.
71 // String id of the message containing the experiment's description.
74 // The platforms the experiment is available on
78 // Type of experiment.
132 // Returns true if one of the experiment flags has been flipped since startup.
135 // Enables or disables the experiment with id |internal_name|.
164 void SetExperiments(const Experiment* e, size_t count);
167 const Experiment* GetExperiments(size_t* count);
170 // name-of-experiment + kMultiSeparator + selected_index.