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 25 const Study* study() const { return study_; }
40 const Study* study_; member in class:chrome_variations::ProcessedStudy
processed_study.cc 77 : study_(NULL), total_probability_(0), is_expired_(false) {
88 study_ = study;

Completed in 736 milliseconds