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 103 base::string16 combined_labels = other_labels; local
105 combined_labels += google_update::kExperimentLabelSeparator;
106 combined_labels += variation_labels;
107 return combined_labels;

Completed in 388 milliseconds