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

  /external/chromium_org/chrome/installer/gcapi/
gcapi_omaha_experiment.cc 39 string16 experiment_labels; local
40 base::SStringPrintf(&experiment_labels,
48 experiment_labels);
  /external/chromium_org/chrome/common/metrics/variations/
variations_util.cc 108 string16 experiment_labels; local
120 if (!experiment_labels.empty())
121 experiment_labels += ASCIIToUTF16(kExperimentLabelSep);
122 experiment_labels += CreateSingleExperimentLabel(++counter, id);
125 return experiment_labels;
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 258 // Sets |experiment_labels| as the Google Update experiment_labels value in
260 // |experiment_labels| is empty, this will delete the value instead. This will
265 const string16& experiment_labels);
267 // Reads the Google Update experiment_labels value in the ClientState key for
268 // this Chrome product and writes it into |experiment_labels|. If the key or
269 // value does not exist, |experiment_labels| will be set to the empty string.
270 // If this distribution of Chrome does not set the experiment_labels value,
271 // this will do nothing to |experiment_labels|. This will return true if the
274 string16* experiment_labels);
    [all...]
google_update_settings.cc 651 const string16& experiment_labels) {
663 if (experiment_labels.empty()) {
668 experiment_labels.c_str()) == ERROR_SUCCESS;
677 string16* experiment_labels) {
694 experiment_labels);
699 experiment_labels->clear();

Completed in 197 milliseconds