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

  /external/chromium_org/components/variations/
variations_associated_data_unittest.cc 100 scoped_refptr<base::FieldTrial> trial_true(
103 int winner_group = trial_true->AppendGroup(winner, 10);
106 AssociateGoogleVariationID(GOOGLE_WEB_PROPERTIES, trial_true->trial_name(),
108 AssociateGoogleVariationID(GOOGLE_WEB_PROPERTIES, trial_true->trial_name(),
111 EXPECT_EQ(winner_group, trial_true->group());
112 EXPECT_EQ(winner, trial_true->group_name());
114 GetIDForTrial(GOOGLE_WEB_PROPERTIES, trial_true.get()));
171 scoped_refptr<base::FieldTrial> trial_true(
173 ASSERT_EQ(default_group_number, trial_true->group());
174 ASSERT_EQ(default_name, trial_true->group_name())
    [all...]
  /external/chromium_org/base/metrics/
field_trial_unittest.cc 122 scoped_refptr<FieldTrial> trial_true = local
125 int winner_group = trial_true->AppendGroup(winner, 10);
127 EXPECT_EQ(winner_group, trial_true->group());
128 EXPECT_EQ(winner, trial_true->group_name());
    [all...]

Completed in 1108 milliseconds