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

  /external/chromium/chrome/browser/
about_flags_unittest.cc 39 static Experiment kExperiments[] = {
99 for (size_t i = 0; i < arraysize(kExperiments); ++i)
100 kExperiments[i].supported_platforms = GetCurrentPlatform();
105 kExperiments[2].supported_platforms = os_other_than_current;
107 testing::SetExperiments(kExperiments, arraysize(kExperiments));
230 EXPECT_EQ(arraysize(kExperiments) - 1, switch_prefs->GetSize());
281 EXPECT_EQ(arraysize(kExperiments) - 1, switch_prefs->GetSize());
about_flags.cc 64 // To add a new experiment add to the end of kExperiments. There are two
75 const Experiment kExperiments[] = {
300 const Experiment* experiments = kExperiments;
301 size_t num_experiments = arraysize(kExperiments);
711 experiments = kExperiments;
712 num_experiments = arraysize(kExperiments);

Completed in 57 milliseconds