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

  /external/chromium_org/chrome/installer/util/
google_chrome_sxs_distribution.h 37 virtual bool ShouldSetExperimentLabels() OVERRIDE;
google_chrome_distribution.h 90 virtual bool ShouldSetExperimentLabels() OVERRIDE;
browser_distribution.h 160 virtual bool ShouldSetExperimentLabels();
google_chrome_distribution_dummy.cc 151 bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
google_chrome_sxs_distribution.cc 119 bool GoogleChromeSxSDistribution::ShouldSetExperimentLabels() {
browser_distribution.cc 297 bool BrowserDistribution::ShouldSetExperimentLabels() {
google_chrome_distribution.cc 299 bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
google_update_settings.cc 729 if (dist->ShouldSetExperimentLabels()) {
754 if (!dist->ShouldSetExperimentLabels())
google_update_settings_unittest.cc 125 EXPECT_TRUE(chrome->ShouldSetExperimentLabels());
166 EXPECT_FALSE(chrome->ShouldSetExperimentLabels());
    [all...]

Completed in 26 milliseconds