Home
last modified time | relevance | path

Searched refs:ProductState (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dproduct_state_unittest.cc19 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 …]
Dinstallation_state.cc17 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 …]
Dinstallation_state.h32 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];
Dfake_installation_state.h45 const ProductState& product_state) { in SetProductState()
46 ProductState& target = GetProducts(system_install)[IndexFromDistType(type)]; in SetProductState()
51 ProductState* GetProducts(bool system_install) { in GetProducts()
Deula_util.cc28 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()
Dinstallation_validator.h27 class ProductState; variable
169 const ProductState& state_in, in ProductContext()
182 const ProductState& state;
214 const ProductState& binaries_state,
241 const ProductState& product_state,
Dinstaller_state.cc37 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()
Dinstallation_validator.cc337 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()
Dinstaller_state.h36 class ProductState; variable
87 const ProductState& state);
Dfake_product_state.h14 class FakeProductState : public ProductState {
Dhelper.cc37 ProductState state; in GetBinariesDistribution()
Dinstallation_validator_unittest.cc25 using installer::ProductState;
72 class FakeProductState : public ProductState {
122 const ProductState& product) { in SetProductState()
127 ProductState* GetProducts(Level install_level) { in GetProducts()
Dproduct_unittest.cc102 const installer::ProductState* chrome_state = in TEST_F()
Dinstall_util.cc41 using installer::ProductState;
211 ProductState state; in GetChromeUninstallCmd()
378 ProductState state; in IsMultiInstall()
Dgoogle_update_util.cc156 installer::ProductState product_state; in ElevateIfNeededToReenableUpdates()
Dgoogle_update_settings.cc143 installer::ProductState state; in GetChromeChannelInternal()
361 const installer::ProductState* product_state = in SetEULAConsent()
/external/chromium_org/chrome/installer/setup/
Dsetup_util_unittest.cc274 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()
Dinstall_worker_unittest.cc28 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()
Dsetup_util.cc176 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()
Dsetup_main.cc76 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 …]
Dsetup_util.h30 class ProductState; variable
Dinstall_worker.cc323 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()
Duninstall.cc90 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()
Dinstall.cc267 const installer::ProductState* original_app_host_state = in GetAppLauncherShortcutOperation()