Searched refs:combined_labels (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_registry_syncer_win.cc74 const base::string16 combined_labels = local
78 combined_labels)) {
80 << combined_labels;
/external/chromium_org/chrome/common/variations/
H A Dexperiment_labels.cc103 base::string16 combined_labels = other_labels; local
105 combined_labels += google_update::kExperimentLabelSeparator;
106 combined_labels += variation_labels;
107 return combined_labels;

Completed in 125 milliseconds