Home | History | Annotate | Download | only in browser

Lines Matching refs:choices

31 #define MULTI_VALUE_TYPE(choices) \
32 Experiment::MULTI_VALUE, "", "", choices, arraysize(choices)
68 // . MULTI_VALUE: a list of choices, the first of which should correspond to a
71 // array of choices.
386 DCHECK(!e.choices);
390 DCHECK(e.choices);
391 DCHECK(e.choices[0].command_line_switch);
392 DCHECK_EQ('\0', e.choices[0].command_line_switch[0]);
459 const Experiment::Choice& choice = experiment.choices[i];
504 data->Set("choices", CreateChoiceData(experiment, enabled_experiments));
586 e.choices[j].command_line_switch,
587 e.choices[j].command_line_value);