Lines Matching refs:InstallerState

89 void AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state,
129 void AddInstallerCopyTasks(const InstallerState& installer_state,
204 void AddCommandWithParameterWorkItems(const InstallerState& installer_state,
220 if (installer_state.operation() == InstallerState::UNINSTALL) {
238 void AddLegacyAppCommandRemovalItem(const InstallerState& installer_state,
286 void AddFirewallRulesWorkItems(const InstallerState& installer_state,
304 const InstallerState& installer_state,
311 DCHECK(installer_state.operation() != InstallerState::UNINSTALL ||
314 DCHECK(installer_state.operation() == InstallerState::UNINSTALL ||
320 if (installer_state.operation() == InstallerState::UNINSTALL) {
349 const InstallerState& installer_state,
385 const InstallerState& installer_state,
429 const InstallerState& installer_state,
473 const InstallerState& installer_state,
671 void AddUninstallShortcutWorkItems(const InstallerState& installer_state,
864 const InstallerState& installer_state,
920 const InstallerState& installer_state,
978 const InstallerState& installer_state,
981 if (installer_state.operation() != InstallerState::MULTI_INSTALL &&
982 installer_state.operation() != InstallerState::MULTI_UPDATE) {
1034 const InstallerState& installer_state,
1036 DCHECK(installer_state.operation() == InstallerState::MULTI_INSTALL ||
1037 installer_state.operation() == InstallerState::MULTI_UPDATE);
1099 bool AppendPostInstallTasks(const InstallerState& installer_state,
1247 const InstallerState& installer_state,
1378 void AddSetMsiMarkerWorkItem(const InstallerState& installer_state,
1396 void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
1425 if (installer_state.operation() != InstallerState::UNINSTALL) {
1468 void AddActiveSetupWorkItems(const InstallerState& installer_state,
1473 DCHECK(installer_state.operation() != InstallerState::UNINSTALL);
1537 const InstallerState& installer_state,
1547 void AppendUninstallCommandLineFlags(const InstallerState& installer_state,
1586 void AddOsUpgradeWorkItems(const InstallerState& installer_state,
1595 if (installer_state.operation() == InstallerState::UNINSTALL) {
1619 void AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state,
1627 if (installer_state.operation() == InstallerState::UNINSTALL) {
1646 void AddQuickEnableChromeFrameWorkItems(const InstallerState& installer_state,