HomeSort by relevance Sort by last modified time
    Searched defs:ProcessedStudy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/variations/
processed_study.cc 76 ProcessedStudy::ProcessedStudy()
80 ProcessedStudy::~ProcessedStudy() {
83 bool ProcessedStudy::Init(const Study* study, bool is_expired) {
95 bool ProcessedStudy::ValidateAndAppendStudy(
98 std::vector<ProcessedStudy>* processed_studies) {
99 ProcessedStudy processed_study;
processed_study.h 18 class ProcessedStudy {
20 ProcessedStudy();
21 ~ProcessedStudy();
36 std::vector<ProcessedStudy>* processed_studies);

Completed in 51 milliseconds