/external/chromium_org/chrome/installer/util/ |
D | product_state_unittest.cc | 19 using installer::ProductState; 120 ProductState state; in TEST_F() 128 ProductState state; in TEST_F() 136 ProductState state; in TEST_F() 145 ProductState state; in TEST_F() 160 ProductState state; in TEST_F() 169 ProductState state; in TEST_F() 178 ProductState state; in TEST_F() 188 ProductState state; in TEST_F() 204 ProductState state; in TEST_F() [all …]
|
D | installation_state.cc | 17 ProductState::ProductState() in ProductState() function in installer::ProductState 28 bool ProductState::Initialize(bool system_install, in Initialize() 37 bool ProductState::InitializeCommands(const base::win::RegKey& version_key, in InitializeCommands() 49 bool ProductState::Initialize(bool system_install, in Initialize() 147 base::FilePath ProductState::GetSetupPath() const { in GetSetupPath() 151 const Version& ProductState::version() const { in version() 156 ProductState& ProductState::CopyFrom(const ProductState& other) { in CopyFrom() 177 void ProductState::Clear() { in Clear() 195 bool ProductState::GetEulaAccepted(DWORD* eula_accepted) const { in GetEulaAccepted() 203 bool ProductState::GetOemInstall(std::wstring* oem_install) const { in GetOemInstall() [all …]
|
D | installation_state.h | 32 class ProductState { 34 ProductState(); 97 ProductState& CopyFrom(const ProductState& other); 125 DISALLOW_COPY_AND_ASSIGN(ProductState); 139 const ProductState* GetProductState(bool system_install, 149 const ProductState* GetNonVersionedProductState( 163 ProductState user_products_[NUM_PRODUCTS]; 164 ProductState system_products_[NUM_PRODUCTS];
|
D | fake_installation_state.h | 45 const ProductState& product_state) { in SetProductState() 46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)]; in SetProductState() 51 ProductState* GetProducts(bool system_install) { in GetProducts()
|
D | eula_util.cc | 28 scoped_ptr<MasterPreferences> GetMasterPrefs(const ProductState& prod_state) { in GetMasterPrefs() 42 bool GetAnyChromeProductState(bool system_level, ProductState* state) { in GetAnyChromeProductState() 51 ProductState prod_state; in IsEULAAccepted()
|
D | installation_validator.h | 27 class ProductState; variable 169 const ProductState& state_in, in ProductContext() 182 const ProductState& state; 214 const ProductState& binaries_state, 241 const ProductState& product_state,
|
D | installer_state.cc | 37 const ProductState* binaries = in IsMultiInstallUpdate() 47 const ProductState* product = 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() 207 const ProductState* product_state = in Initialize() 446 const ProductState* product_state = machine_state.GetProductState( in AddProductFromPreferences() 457 const ProductState& state) { in AddProductFromState() 524 const ProductState* state = in GetCurrentVersion() 535 const ProductState* product_state = in GetCurrentVersion()
|
D | installation_validator.cc | 337 const ProductState* binaries_state = ctx.machine_state.GetProductState( in ValidateBinariesCommands() 356 const ProductState& binaries_state, in ValidateBinaries() 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() 579 const ProductState* binaries = in ValidateMultiInstallProduct() 660 const ProductState& product_state, in ValidateProduct() 692 const ProductState* multi_state = in ValidateInstallationTypeForState() 699 const ProductState* product_state = in ValidateInstallationTypeForState()
|
D | installer_state.h | 36 class ProductState; variable 87 const ProductState& state);
|
D | fake_product_state.h | 14 class FakeProductState : public ProductState {
|
D | helper.cc | 37 ProductState state; in GetBinariesDistribution()
|
D | installation_validator_unittest.cc | 25 using installer::ProductState; 72 class FakeProductState : public ProductState { 122 const ProductState& product) { in SetProductState() 127 ProductState* GetProducts(Level install_level) { in GetProducts()
|
D | product_unittest.cc | 102 const installer::ProductState* chrome_state = in TEST_F()
|
D | install_util.cc | 41 using installer::ProductState; 211 ProductState state; in GetChromeUninstallCmd() 378 ProductState state; in IsMultiInstall()
|
D | google_update_util.cc | 156 installer::ProductState product_state; in ElevateIfNeededToReenableUpdates()
|
D | google_update_settings.cc | 143 installer::ProductState state; in GetChromeChannelInternal() 361 const installer::ProductState* product_state = in SetEULAConsent()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_util_unittest.cc | 274 class FakeProductState : public installer::ProductState { 276 static FakeProductState* FromProductState(const ProductState* product) { in FromProductState() 277 return static_cast<FakeProductState*>(const_cast<ProductState*>(product)); in FromProductState() 434 installer::ProductState chrome_frame; in TEST_F() 435 installer::ProductState binaries; in TEST_F()
|
D | install_worker_unittest.cc | 28 using installer::ProductState; 100 class MockProductState : public ProductState { 136 const ProductState& product_state) { in SetProductState() 137 ProductState& target = (system_install ? system_products_ : in SetProductState() 324 const ProductState* chrome_binaries = in AddChromeBinariesToInstallerState() 344 const ProductState* chrome = in AddChromeToInstallerState() 366 const ProductState* cf = in AddChromeFrameToInstallerState()
|
D | setup_util.cc | 176 const ProductState* product = in FindArchiveToPatch() 261 const ProductState* existing_state = in GetExistingHigherInstaller() 324 const ProductState* product_state = in WillProductBePresentAfterSetup() 360 const ProductState* product = NULL; in MigrateGoogleUpdateStateMultiToSingle()
|
D | setup_main.cc | 76 using installer::ProductState; 200 const ProductState* state = in AddExistingMultiInstalls() 331 const ProductState* product_state = in CheckGroupPolicySettings() 388 const ProductState* chrome_state = in CheckMultiInstallConditions() 456 const ProductState* product_state = original_state.GetProductState( in CheckMultiInstallConditions() 553 const ProductState* user_level_product_state = in CheckPreInstallConditions() 555 const ProductState* system_level_product_state = in CheckPreInstallConditions() 651 const ProductState* product_state = in UninstallProduct() 758 const ProductState* binaries_state = in UninstallBinariesIfUnused() 905 const ProductState* existing_chrome = in RegisterDevChrome() [all …]
|
D | setup_util.h | 30 class ProductState; variable
|
D | install_worker.cc | 323 const ProductState* product_state = machine_state.GetProductState( in GetGenericQuickEnableCommand() 887 const ProductState* source_product = in AddOemInstallWorkItems() 942 const ProductState* product_state = in AddEulaAcceptedWorkItems() 1006 const ProductState* chrome_product_state = in AddGoogleUpdateWorkItems() 1050 const ProductState* product_state = in AddUsageStatsWorkItems()
|
D | uninstall.cc | 90 const ProductState* product_state = in AddChannelValueUpdateWorkItems() 126 const ProductState* product_state = in ProcessGoogleUpdateItems() 209 const ProductState* product_state = original_state.GetProductState( in CheckShouldRemoveSetupAndArchive() 1302 const ProductState* product_state = in UninstallProduct()
|
D | install.cc | 267 const installer::ProductState* original_app_host_state = in GetAppLauncherShortcutOperation()
|