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

  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 63 const string16 other_labels = ExtractNonVariationLabels(registry_labels); local
74 CombineExperimentLabels(variation_labels, other_labels);
  /external/chromium_org/chrome/common/metrics/variations/
variations_util.h 45 // and |other_labels|, appropriately appending a separator based on their
46 // contents. It is assumed that |variation_labels| and |other_labels| do not
49 const string16& other_labels);
variations_util.cc 152 const string16& other_labels) {
156 DCHECK(!StartsWith(other_labels, separator, false));
157 DCHECK(!EndsWith(other_labels, separator, false));
159 string16 combined_labels = other_labels;
160 if (!other_labels.empty() && !variation_labels.empty())
variations_util_unittest.cc 239 const char* other_labels; member in struct:chrome_variations::__anon9171
263 ASCIIToUTF16(test_cases[i].other_labels)));

Completed in 1849 milliseconds