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

  /external/chromium_org/chrome/common/metrics/variations/
experiment_labels.h 20 // and |other_labels|, appropriately appending a separator based on their
21 // contents. It is assumed that |variation_labels| and |other_labels| do not
24 const base::string16& other_labels);
experiment_labels.cc 93 const base::string16& other_labels) {
98 DCHECK(!StartsWith(other_labels, separator, false));
99 DCHECK(!EndsWith(other_labels, separator, false));
101 base::string16 combined_labels = other_labels;
102 if (!other_labels.empty() && !variation_labels.empty())
experiment_labels_unittest.cc 108 const char* other_labels; member in struct:chrome_variations::__anon9431
132 ASCIIToUTF16(test_cases[i].other_labels)));
  /external/chromium_org/chrome/browser/metrics/variations/
variations_registry_syncer_win.cc 63 const base::string16 other_labels = local
75 CombineExperimentLabels(variation_labels, other_labels);

Completed in 97 milliseconds