Home | History | Annotate | Download | only in variations

Lines Matching refs:study

15 #include "chrome/browser/metrics/proto/study.pb.h"
52 // Checks whether a study is applicable for the given |channel| per |filter|.
55 // Checks whether a study is applicable for the given |locale| per |filter|.
58 // Checks whether a study is applicable for the given |platform| per |filter|.
61 // Checks whether a study is applicable for the given date/time per |filter|.
65 // Checks whether a study is applicable for the given version per |filter|.
69 // Creates and registers a field trial from the |study| data. Disables the
71 void CreateTrialFromStudy(const Study& study, bool is_expired);
73 // Checks whether |study| is expired using the given date/time.
74 bool IsStudyExpired(const Study& study, const base::Time& date_time);
76 // Returns whether |study| should be disabled according to its restriction
80 bool ShouldAddStudy(const Study& study,
86 // Validates the sanity of |study| and computes the total probability.
88 const Study& study,