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

  /external/chromium_org/chrome/common/metrics/variations/
experiment_labels.h 19 // Creates a final combined experiment labels string with |variation_labels|
21 // contents. It is assumed that |variation_labels| and |other_labels| do not
23 base::string16 CombineExperimentLabels(const base::string16& variation_labels,
experiment_labels.cc 92 base::string16 CombineExperimentLabels(const base::string16& variation_labels,
96 DCHECK(!StartsWith(variation_labels, separator, false));
97 DCHECK(!EndsWith(variation_labels, separator, false));
102 if (!other_labels.empty() && !variation_labels.empty())
104 combined_labels += variation_labels;
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 69 const base::string16 variation_labels = local
75 CombineExperimentLabels(variation_labels, other_labels);

Completed in 28 milliseconds