Searched refs:MakeActiveGroupId (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/components/variations/ |
D | variations_associated_data.cc | 166 ActiveGroupId MakeActiveGroupId(const std::string& trial_name, in MakeActiveGroupId() function 179 key, MakeActiveGroupId(trial_name, group_name), id, false); in AssociateGoogleVariationID() 187 key, MakeActiveGroupId(trial_name, group_name), id, true); in AssociateGoogleVariationIDForce() 194 key, MakeActiveGroupId(trial_name, group_name)); in GetGoogleVariationID()
|
D | variations_associated_data.h | 57 ActiveGroupId MakeActiveGroupId(const std::string& trial_name,
|
/external/chromium_org/chrome/common/metrics/variations/ |
D | variations_util.cc | 25 name_group_ids->push_back(MakeActiveGroupId(it->trial_name, in GetFieldTrialActiveGroupIdsForActiveGroups()
|