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

  /external/chromium_org/chrome/installer/util/
installation_validator.h 112 virtual bool UsageStatsAllowed(const ProductContext& ctx) const = 0;
125 virtual bool UsageStatsAllowed(const ProductContext& ctx) const OVERRIDE;
138 virtual bool UsageStatsAllowed(const ProductContext& ctx) const OVERRIDE;
151 virtual bool UsageStatsAllowed(const ProductContext& ctx) const OVERRIDE;
164 virtual bool UsageStatsAllowed(const ProductContext& ctx) const OVERRIDE;
installation_validator.cc 54 bool InstallationValidator::ChromeRules::UsageStatsAllowed(
88 bool InstallationValidator::ChromeFrameRules::UsageStatsAllowed(
121 bool InstallationValidator::ChromeAppHostRules::UsageStatsAllowed(
144 bool InstallationValidator::ChromeBinariesRules::UsageStatsAllowed(
703 if (!ctx.rules.UsageStatsAllowed(ctx)) {

Completed in 446 milliseconds