Home
last modified time | relevance | path

Searched refs:GetProductState (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dinstaller_state.cc38 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 …]
Dproduct_unittest.cc86 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()
Dinstallation_validator.cc337 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 …]
Dinstallation_state.h139 const ProductState* GetProductState(bool system_install,
Dinstallation_state.cc271 const ProductState* InstallationState::GetProductState( in GetProductState() function in installer::InstallationState
Dgoogle_update_settings.cc362 machine_state.GetProductState(true, dist->GetType()); in SetEULAConsent()
/external/chromium_org/chrome/installer/setup/
Dsetup_util.cc177 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()
Dsetup_main.cc201 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 …]
Dinstall_worker_unittest.cc195 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()
Dinstall.cc268 original_state.GetProductState(installer_state.system_install(), in GetAppLauncherShortcutOperation()
570 !original_state.GetProductState(installer_state.system_install(), in InstallOrUpdateProduct()
Duninstall.cc91 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()
Dinstall_worker.cc323 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()
Dsetup_util_unittest.cc307 *original_state_->GetProductState(kSystemInstall_, kProductType_)); in SetUp()