/external/chromium_org/chrome/installer/util/ |
D | installer_state.cc | 38 machine_state.GetProductState(level_ == SYSTEM_LEVEL, in IsMultiInstallUpdate() 48 machine_state.GetProductState(level_ == SYSTEM_LEVEL, in IsMultiInstallUpdate() 135 const ProductState* chrome_state = machine_state.GetProductState( in Initialize() 140 const ProductState* binaries_state = machine_state.GetProductState( in Initialize() 182 const ProductState* product_state = machine_state.GetProductState( in Initialize() 208 machine_state.GetProductState(system_install(), type); in Initialize() 233 if (!machine_state.GetProductState( in Initialize() 236 !machine_state.GetProductState( in Initialize() 250 machine_state.GetProductState(system_install(), in Initialize() 446 const ProductState* product_state = machine_state.GetProductState( in AddProductFromPreferences() [all …]
|
D | product_unittest.cc | 86 EXPECT_TRUE(machine_state.GetProductState( in TEST_F() 103 machine_state.GetProductState(system_level, distribution->GetType()); in TEST_F() 120 machine_state.GetProductState(system_level, distribution->GetType()); in TEST_F()
|
D | installation_validator.cc | 337 const ProductState* binaries_state = ctx.machine_state.GetProductState( in ValidateBinariesCommands() 368 const ProductState* chrome_state = machine_state.GetProductState( in ValidateBinaries() 383 const ProductState* cf_state = machine_state.GetProductState( in ValidateBinaries() 399 const ProductState* app_host_state = machine_state.GetProductState( in ValidateBinaries() 580 ctx.machine_state.GetProductState(ctx.system_install, in ValidateMultiInstallProduct() 584 if (!ctx.machine_state.GetProductState( in ValidateMultiInstallProduct() 587 !ctx.machine_state.GetProductState( in ValidateMultiInstallProduct() 693 machine_state.GetProductState(system_level, in ValidateInstallationTypeForState() 700 machine_state.GetProductState(system_level, in ValidateInstallationTypeForState() 714 machine_state.GetProductState(system_level, in ValidateInstallationTypeForState() [all …]
|
D | installation_state.h | 139 const ProductState* GetProductState(bool system_install,
|
D | installation_state.cc | 271 const ProductState* InstallationState::GetProductState( in GetProductState() function in installer::InstallationState
|
D | google_update_settings.cc | 362 machine_state.GetProductState(true, dist->GetType()); in SetEULAConsent()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_util.cc | 177 original_state.GetProductState(installer_state.system_install(), in FindArchiveToPatch() 262 original_state.GetProductState(system_install, in GetExistingHigherInstaller() 268 original_state.GetProductState(system_install, in GetExistingHigherInstaller() 325 machine_state.GetProductState(installer_state.system_install(), type); in WillProductBePresentAfterSetup() 369 product = machine_state.GetProductState(system_level, in MigrateGoogleUpdateStateMultiToSingle() 391 product = machine_state.GetProductState(system_level, type); in MigrateGoogleUpdateStateMultiToSingle()
|
D | setup_main.cc | 201 original_state.GetProductState(installer_state->system_install(), in AddExistingMultiInstalls() 332 original_state.GetProductState(is_system_install, dist->GetType()); in CheckGroupPolicySettings() 389 original_state.GetProductState(system_level, in CheckMultiInstallConditions() 417 if (original_state.GetProductState( in CheckMultiInstallConditions() 420 original_state.GetProductState( in CheckMultiInstallConditions() 456 const ProductState* product_state = original_state.GetProductState( in CheckMultiInstallConditions() 554 original_state.GetProductState(false, browser_dist->GetType()); in CheckPreInstallConditions() 556 original_state.GetProductState(true, browser_dist->GetType()); in CheckPreInstallConditions() 652 original_state.GetProductState(installer_state.system_install(), in UninstallProduct() 759 original_state.GetProductState(installer_state.system_install(), in UninstallBinariesIfUnused() [all …]
|
D | install_worker_unittest.cc | 195 if (installation_state->GetProductState( in MaybeAddBinariesToInstallationState() 325 machine_state.GetProductState(installer_state->system_install(), in AddChromeBinariesToInstallerState() 345 machine_state.GetProductState(installer_state->system_install(), in AddChromeToInstallerState() 367 machine_state.GetProductState(installer_state->system_install(), in AddChromeFrameToInstallerState() 395 machine_state.GetProductState(system_install, in BuildChromeInstallerState()
|
D | install.cc | 268 original_state.GetProductState(installer_state.system_install(), in GetAppLauncherShortcutOperation() 570 !original_state.GetProductState(installer_state.system_install(), in InstallOrUpdateProduct()
|
D | uninstall.cc | 91 original_state.GetProductState(system_level, dist_type); in AddChannelValueUpdateWorkItems() 127 original_state.GetProductState(system_level, distribution->GetType()); in ProcessGoogleUpdateItems() 209 const ProductState* product_state = original_state.GetProductState( in CheckShouldRemoveSetupAndArchive() 1303 original_state.GetProductState(installer_state.system_install(), in UninstallProduct()
|
D | install_worker.cc | 323 const ProductState* product_state = machine_state.GetProductState( in GetGenericQuickEnableCommand() 868 if (!original_state.GetProductState(system_install, in AddOemInstallWorkItems() 924 if (!original_state.GetProductState(system_install, in AddEulaAcceptedWorkItems()
|
D | setup_util_unittest.cc | 307 *original_state_->GetProductState(kSystemInstall_, kProductType_)); in SetUp()
|