Home
last modified time | relevance | path

Searched defs:ActiveGroup (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/metrics/
Dfield_trial.h137 struct ActiveGroup { struct
138 std::string trial_name;
139 std::string group_name;
/external/libchrome/base/metrics/
Dfield_trial.h123 struct ActiveGroup { struct
124 std::string trial_name;
125 std::string group_name;
/external/cronet/components/metrics/
Dfield_trials_provider_unittest.cc16 using ActiveGroup = base::FieldTrial::ActiveGroup; typedef