Home | History | Annotate | Download | only in util

Lines Matching refs:experiment

35   base::string16 prefix;  // The experiment code prefix for this experiment,
37 int flavor; // The flavor index for this experiment.
38 int heading; // The heading resource ID to use for this experiment.
42 // experiment but does not participate.
45 // Creates the experiment details for a given language-brand combo.
46 // If |flavor| is -1, then a flavor will be selected at random. |experiment|
47 // is the struct you want to write the experiment information to.
48 // Returns false if no experiment details could be gathered.
49 bool CreateExperimentDetails(int flavor, ExperimentDetails* experiment);
52 // experiment. This function determines if the user qualifies and if so it
53 // sets the wheels in motion or in simple cases does the experiment itself.
58 // The user has qualified for the inactive user toast experiment and this