Home
last modified time | relevance | path

Searched refs:MakeActiveGroupId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/variations/
Dvariations_associated_data.cc166 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()
Dvariations_associated_data.h57 ActiveGroupId MakeActiveGroupId(const std::string& trial_name,
/external/chromium_org/chrome/common/metrics/variations/
Dvariations_util.cc25 name_group_ids->push_back(MakeActiveGroupId(it->trial_name, in GetFieldTrialActiveGroupIdsForActiveGroups()