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

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.h 20 InstallationValidator::InstallationType ExpectValidInstallation(
25 InstallationValidator::InstallationType ExpectValidInstallationForState(
33 InstallationValidator::InstallationType type);
40 InstallationValidator::InstallationType type);
installation_validation_helper.cc 39 // InstallationValidator logs all violations at ERROR level.
101 InstallationValidator::InstallationType ExpectValidInstallation(
104 InstallationValidator::InstallationType found_type =
105 InstallationValidator::NO_PRODUCTS;
107 EXPECT_TRUE(InstallationValidator::ValidateInstallationType(system_level,
112 InstallationValidator::InstallationType ExpectValidInstallationForState(
116 InstallationValidator::InstallationType found_type =
117 InstallationValidator::NO_PRODUCTS;
119 EXPECT_TRUE(InstallationValidator::ValidateInstallationTypeForState(
125 InstallationValidator::InstallationType type)
    [all...]
installation_validator_unittest.cc 22 using installer::InstallationValidator;
299 // Fixture for testing the InstallationValidator. Errors logged by the
303 : public testing::TestWithParam<InstallationValidator::InstallationType> {
312 static int GetChannelModifiers(InstallationValidator::InstallationType type);
315 typedef std::map<InstallationValidator::InstallationType, int>
342 InstallationValidator::InstallationType inst_type,
348 InstallationValidator::InstallationType inst_type,
374 InstallationValidator::InstallationType type) {
389 ttm[InstallationValidator::NO_PRODUCTS] = 0;
390 ttm[InstallationValidator::CHROME_SINGLE] = 0
    [all...]
installation_validator.cc 25 InstallationValidator::ChromeRules::distribution_type() const {
29 void InstallationValidator::ChromeRules::AddUninstallSwitchExpectations(
40 void InstallationValidator::ChromeRules::AddRenameSwitchExpectations(
54 bool InstallationValidator::ChromeRules::UsageStatsAllowed(
62 InstallationValidator::ChromeFrameRules::distribution_type() const {
66 void InstallationValidator::ChromeFrameRules::AddUninstallSwitchExpectations(
77 void InstallationValidator::ChromeFrameRules::AddRenameSwitchExpectations(
88 bool InstallationValidator::ChromeFrameRules::UsageStatsAllowed(
96 InstallationValidator::ChromeAppHostRules::distribution_type() const {
100 void InstallationValidator::ChromeAppHostRules::AddUninstallSwitchExpectations
    [all...]
installation_validator.h 31 class InstallationValidator {
261 DISALLOW_IMPLICIT_CONSTRUCTORS(InstallationValidator);
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 19 using installer::InstallationValidator;
53 // InstallationValidator logs all violations at ERROR level.
124 InstallationValidator::InstallationType type) {
132 InstallationValidator::ProductBits::CHROME_SINGLE,
135 InstallationValidator::ProductBits::CHROME_MULTI,
138 InstallationValidator::ProductBits::CHROME_FRAME_SINGLE,
141 InstallationValidator::ProductBits::CHROME_FRAME_MULTI,
144 InstallationValidator::ProductBits::CHROME_FRAME_READY_MODE,
174 InstallationValidator::InstallationType type =
175 InstallationValidator::NO_PRODUCTS
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 73 using installer::InstallationValidator;
    [all...]

Completed in 479 milliseconds