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

  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 74 const base::string16 combined_labels = local
78 combined_labels)) {
80 << combined_labels;
  /external/chromium_org/chrome/common/variations/
experiment_labels.cc 101 base::string16 combined_labels = other_labels; local
103 combined_labels += google_update::kExperimentLabelSeparator;
104 combined_labels += variation_labels;
105 return combined_labels;

Completed in 930 milliseconds