OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActiveGroupId
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/variations/
variations_associated_data.h
51
struct
ActiveGroupId
{
56
// Returns an
ActiveGroupId
struct for the given trial and group names.
57
ActiveGroupId
MakeActiveGroupId(const std::string& trial_name,
60
// We need to supply a Compare class for templates since
ActiveGroupId
is a
63
bool operator() (const
ActiveGroupId
& lhs, const
ActiveGroupId
& rhs) const {
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
77
typedef chrome_variations::
ActiveGroupId
ActiveGroupId
;
254
void WriteFieldTrials(const std::vector<
ActiveGroupId
>& field_trial_ids,
256
for (std::vector<
ActiveGroupId
>::const_iterator it =
518
std::vector<
ActiveGroupId
>* field_trial_ids) const {
698
const std::vector<chrome_variations::
ActiveGroupId
>& synthetic_trials) {
792
std::vector<
ActiveGroupId
> field_trial_ids;
[
all
...]
Completed in 39 milliseconds