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

  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 315 Study* study3 = seed.add_study(); local
316 study3->set_name("C");
317 study3->set_default_experiment_name("Default");
318 AddExperiment("CC", 100, study3);
319 AddExperiment("Default", 0, study3);
320 study3->set_activation_type(Study_ActivationType_ACTIVATION_EXPLICIT);
study_filtering_unittest.cc 392 Study* study3 = seed.add_study(); local
393 study3->set_name(kTrial3Name);
394 study3->set_default_experiment_name("Default");
395 AddExperiment("A", 10, study3);
396 AddExperiment("Default", 25, study3);

Completed in 50 milliseconds