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

  /external/chromium_org/chrome/browser/
about_flags_unittest.cc 43 // The experiments that are set for these tests. The 3rd experiment is not
168 // Add two experiments, check they're there.
197 // Add two experiments, check the pref exists.
294 // Tests enabling experiments that aren't supported on the current platform.
296 // Enable experiments 1 and 3.
325 // Enable experiments 1 and 2.
379 // Tests multi-value type experiments.
460 const Experiment* experiments = testing::GetExperiments(&count); local
462 std::string name = experiments->internal_name;
about_flags.cc 505 // distinct types of experiments:
1963 const Experiment* experiments = kExperiments; member in namespace:about_flags::__anon7411
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 30 #include "sync/internal_api/public/util/experiments.h"
631 syncer::Experiments experiments; local
632 if (core_->sync_manager()->ReceivedExperiment(&experiments))
633 frontend_->OnExperimentsChanged(experiments);

Completed in 158 milliseconds