HomeSort by relevance Sort by last modified time
    Searched refs:NameForChoice (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/
about_flags.h 102 std::string NameForChoice(int index) const;
about_flags_unittest.cc 158 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(2), true);
163 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(0), true);
384 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(2), true);
395 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(0), true);
417 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(1), true);
427 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(2), true);
437 SetExperimentEnabled(&flags_storage_, experiment.NameForChoice(0), true);
about_flags.cc     [all...]
  /external/chromium/chrome/browser/
about_flags.cc 362 std::string NameForChoice(const Experiment& e, int index) {
376 names->insert(NameForChoice(e, i));
461 std::string name = NameForChoice(experiment, i);
584 name_to_switch_map[NameForChoice(e, j)] =
666 enabled_experiments.insert(NameForChoice(*e, 0));
670 std::string choice_name = NameForChoice(*e, i);

Completed in 706 milliseconds