HomeSort by relevance Sort by last modified time
    Searched defs:experiment (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 132 // Find out what experiment we are conducting.
138 BrowserDistribution::UserExperiment experiment; local
139 if (!dist->GetExperimentDetails(&experiment, version_) ||
140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading);
  /external/chromium/chrome/browser/
about_flags.cc 28 Experiment::SINGLE_VALUE, command_line_switch, switch_value, NULL, 0
32 Experiment::MULTI_VALUE, "", "", choices, arraysize(choices)
46 // The first line of the experiment is the internal name. If you'd like to
64 // To add a new experiment add to the end of kExperiments. There are two
66 // . SINGLE_VALUE: experiment is either on or off. Use the SINGLE_VALUE_TYPE
70 // this type of experiment use the macro MULTI_VALUE_TYPE supplying it the
72 // See the documentation of Experiment for details on the fields.
75 const Experiment kExperiments[] = {
300 const Experiment* experiments = kExperiments;
362 std::string NameForChoice(const Experiment& e, int index)
485 const Experiment& experiment = experiments[i]; local
    [all...]
  /external/chromium/net/disk_cache/
disk_format.h 94 int32 experiment; // Id of an ongoing test. member in struct:disk_cache::IndexHeader

Completed in 48 milliseconds