/external/chromium_org/chrome/installer/util/ |
installation_validation_helper.h | 23 // Evaluates |machine_state| at level |system_level|. Returns the type of 26 const InstallationState& machine_state, 35 // Evaluates |machine_state| at level |system_level|, expecting an installation 38 const InstallationState& machine_state,
|
product_unittest.cc | 59 installer::InstallationState machine_state; local 60 machine_state.Initialize(); 62 installer_state.Initialize(cmd_line, prefs, machine_state); 80 machine_state.Initialize(); 81 EXPECT_TRUE(machine_state.GetProductState( 101 machine_state.Initialize(); 103 machine_state.GetProductState(system_level, distribution->GetType()); 118 machine_state.Initialize(); 120 machine_state.GetProductState(system_level, distribution->GetType());
|
installation_validation_helper.cc | 113 const InstallationState& machine_state, 120 machine_state, system_level, &found_type)); 130 const InstallationState& machine_state, 133 EXPECT_EQ(type, ExpectValidInstallationForState(machine_state, system_level));
|
installer_state.cc | 35 const InstallationState& machine_state) { 38 machine_state.GetProductState(level_ == SYSTEM_LEVEL, 48 machine_state.GetProductState(level_ == SYSTEM_LEVEL, 93 const InstallationState& machine_state) { 118 BrowserDistribution::CHROME_BROWSER, prefs, machine_state); 125 BrowserDistribution::CHROME_APP_HOST, prefs, machine_state); 135 const ProductState* chrome_state = machine_state.GetProductState( 140 const ProductState* binaries_state = machine_state.GetProductState( 155 BrowserDistribution::CHROME_BINARIES, prefs, machine_state); 182 const ProductState* product_state = machine_state.GetProductState [all...] |
installer_state.h | 80 const InstallationState& machine_state); 160 const InstallationState& machine_state) const; 174 bool IsChromeFrameRunning(const InstallationState& machine_state) const; 178 bool AreBinariesInUse(const InstallationState& machine_state) const; 237 bool AnyExistsAndIsInUse(const InstallationState& machine_state, 247 const InstallationState& machine_state); 249 const InstallationState& machine_state);
|
installer_state_unittest.cc | 80 InstallationState machine_state; local 81 machine_state.Initialize(); 82 installer_state->Initialize(cmd_line, prefs, machine_state); 256 InstallationState machine_state; local 257 machine_state.Initialize(); 259 installer_state.Initialize(cmd_line, prefs, machine_state); 339 InstallationState machine_state; local 340 machine_state.Initialize(); 342 installer_state.Initialize(cmd_line, prefs, machine_state); 364 machine_state.Initialize() 390 InstallationState machine_state; local 422 InstallationState machine_state; local 453 FakeInstallationState machine_state; local 606 InstallationState machine_state; local [all...] |
installation_validator.cc | 395 const ProductState* binaries_state = ctx.machine_state.GetProductState( 412 const InstallationState& machine_state, 426 const ProductState* chrome_state = machine_state.GetProductState( 441 const ProductState* cf_state = machine_state.GetProductState( 457 const ProductState* app_host_state = machine_state.GetProductState( 498 ProductContext ctx(machine_state, system_install, binaries_state, 638 ctx.machine_state.GetProductState(ctx.system_install, 642 if (!ctx.machine_state.GetProductState( 645 !ctx.machine_state.GetProductState( 721 const InstallationState& machine_state, 817 InstallationState machine_state; local [all...] |
installation_validator.h | 78 // Validates |machine_state| at user or system level, returning true if valid. 82 const InstallationState& machine_state, 171 : machine_state(machine_state_in), 179 const InstallationState& machine_state; member in struct:installer::InstallationValidator::ProductContext 224 static void ValidateBinaries(const InstallationState& machine_state, 251 static void ValidateProduct(const InstallationState& machine_state,
|
google_update_settings.h | 98 static bool SetEULAConsent(const installer::InstallationState& machine_state,
|
installation_validator_unittest.cc | 554 FakeInstallationState machine_state; local 560 &machine_state); 562 machine_state, true, &type));
|
google_update_settings_unittest.cc | 565 FakeInstallationState machine_state; local 568 machine_state.AddChrome(system_level, multi_install, 581 EXPECT_TRUE(GoogleUpdateSettings::SetEULAConsent(machine_state, chrome, [all...] |
google_update_settings.cc | 315 const InstallationState& machine_state, 337 machine_state.GetProductState(true, dist->GetType()); [all...] |
/external/chromium_org/chrome/installer/setup/ |
setup_util.h | 93 const installer::InstallationState& machine_state, 107 const installer::InstallationState& machine_state);
|
install_worker_unittest.cc | 296 const InstallationState& machine_state, 314 const InstallationState& machine_state, 325 machine_state.GetProductState(installer_state->system_install(), 341 const InstallationState& machine_state, 345 machine_state.GetProductState(installer_state->system_install(), 363 const InstallationState& machine_state, 367 machine_state.GetProductState(installer_state->system_install(), 386 const InstallationState& machine_state, 389 BuildBasicInstallerState(system_install, multi_install, machine_state, 395 machine_state.GetProductState(system_install [all...] |
setup_util.cc | 320 const installer::InstallationState& machine_state, 325 machine_state.GetProductState(installer_state.system_install(), type); 358 const installer::InstallationState& machine_state) { 369 product = machine_state.GetProductState(system_level, 391 product = machine_state.GetProductState(system_level, type);
|
setup_util_unittest.cc | 467 installer::InstallationState machine_state; local 468 machine_state.Initialize(); 473 machine_state);
|
install_worker.cc | 201 const InstallationState& machine_state, 235 const InstallationState& machine_state, 240 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version, 248 const InstallationState& machine_state, 254 AddCommandWithParameterWorkItems(installer_state, machine_state, new_version, 316 const InstallationState& machine_state, 334 const ProductState* product_state = machine_state.GetProductState( 358 // (represented in |machine_state|). 361 const InstallationState& machine_state, 368 WillProductBePresentAfterSetup(installer_state, machine_state, [all...] |