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

  /external/chromium_org/components/variations/
processed_study.h 26 const Study* study() const { return study_; }
45 const Study* study_; member in class:variations::ProcessedStudy
processed_study.cc 78 : study_(NULL), total_probability_(0), is_expired_(false) {
89 study_ = study;
96 for (int i = 0; i < study_->experiment_size(); ++i) {
97 if (study_->experiment(i).name() == name)

Completed in 247 milliseconds