HomeSort by relevance Sort by last modified time
    Searched refs:installer_state (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/installer/setup/
install_worker.h 33 void AddUninstallShortcutWorkItems(const InstallerState& installer_state,
50 const InstallerState& installer_state,
55 const InstallerState& installer_state,
61 const InstallerState& installer_state,
71 const InstallerState& installer_state,
84 bool AppendPostInstallTasks(const InstallerState& installer_state,
104 const InstallerState& installer_state,
129 void AddSetMsiMarkerWorkItem(const InstallerState& installer_state,
138 void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
149 void AddActiveSetupWorkItems(const InstallerState& installer_state,
    [all...]
install_worker.cc 44 #include "chrome/installer/util/installer_state.h"
85 void AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state,
91 installer_state.AddComDllList(&com_dll_list);
103 base::FilePath old_dll_path(installer_state.target_path().AppendASCII(
108 installer_state.system_install(),
114 base::FilePath dll_path(installer_state.target_path().AppendASCII(
118 installer_state.system_install(),
125 void AddInstallerCopyTasks(const InstallerState& installer_state,
133 installer_state.GetInstallerDirectory(new_version));
143 if (installer_state.RequiresActiveSetup())
    [all...]
setup_main.cc 59 #include "chrome/installer/util/installer_state.h"
95 const installer::InstallerState& installer_state,
140 const installer::InstallerState& installer_state,
144 installer_state.UpdateStage(installer::UNCOMPRESSING);
147 installer_state.WriteInstallerResult(*install_status,
162 installer_state));
166 installer_state.WriteInstallerResult(*install_status,
174 if ((installer_state.UpdateStage(installer::ENSEMBLE_PATCHING),
176 (installer_state.UpdateStage(installer::BINARY_PATCHING),
179 installer_state.WriteInstallerResult(*install_status
1728 InstallerState installer_state; local
    [all...]
install.cc 145 const installer::InstallerState& installer_state,
147 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
177 const installer::InstallerState& installer_state,
186 installer_state.UpdateStage(installer::BUILDING);
188 current_version->reset(installer_state.GetCurrentVersion(original_state));
192 installer_state,
202 installer_state.target_path().Append(installer::kChromeNewExe));
204 installer_state.UpdateStage(installer::EXECUTING);
207 installer_state.UpdateStage(installer::ROLLINGBACK);
219 installer_state.UpdateStage(installer::REFRESHING_POLICY)
    [all...]
uninstall.h 46 bool DeleteChromeRegistrationKeys(const InstallerState& installer_state,
62 // installer_state: State associated with this operation.
74 const InstallerState& installer_state,
87 // installer_state: State associated with this operation.
94 const InstallerState& installer_state,
setup_main.h 32 const InstallerState& installer_state,
uninstall.cc 44 #include "chrome/installer/util/installer_state.h"
82 const InstallerState& installer_state,
86 const bool system_level = installer_state.system_install();
87 const HKEY reg_root = installer_state.root_key();
121 const InstallerState& installer_state,
123 DCHECK(installer_state.is_multi_install());
124 const bool system_level = installer_state.system_install();
146 AddChannelValueUpdateWorkItems(original_state, installer_state,
154 void ProcessOnOsUpgradeWorkItems(const InstallerState& installer_state,
158 AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product
    [all...]
install.h 15 #include "chrome/installer/util/installer_state.h"
86 void RegisterChromeOnMachine(const InstallerState& installer_state,
110 const InstallerState& installer_state,
121 void HandleOsUpgradeForBrowser(const InstallerState& installer_state,
setup_util.h 55 const InstallerState& installer_state);
82 const InstallerState& installer_state,
88 // the level specified by |installer_state|.
92 const installer::InstallerState& installer_state,
install_worker_unittest.cc 16 #include "chrome/installer/util/installer_state.h"
298 scoped_ptr<MockInstallerState> installer_state(new MockInstallerState());
302 installer_state->set_level(level);
303 installer_state->set_operation(operation);
305 installer_state->set_state_key(L"PROBABLY_INVALID_REG_PATH");
306 installer_state->set_state_type(BrowserDistribution::CHROME_BROWSER);
307 installer_state->set_package_type(multi_install ?
310 return installer_state.release();
315 MockInstallerState* installer_state) {
316 if (!installer_state->is_multi_install())
762 scoped_ptr<InstallerState> installer_state; local
    [all...]
setup_util.cc 29 #include "chrome/installer/util/installer_state.h"
171 const InstallerState& installer_state) {
177 original_state.GetProductState(installer_state.system_install(),
178 installer_state.state_type());
180 patch_source = installer_state.GetInstallerDirectory(product->version())
186 installer::GetMaxVersionFromArchiveDir(installer_state.target_path()));
188 patch_source = installer_state.GetInstallerDirectory(*version)
288 const InstallerState& installer_state,
294 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
319 const installer::InstallerState& installer_state,
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 29 #include "chrome/installer/util/installer_state.h"
77 MockInstallerState* installer_state) {
82 installer_state->Initialize(cmd_line, prefs, machine_state);
83 installer_state->set_target_path(target_dir);
84 EXPECT_TRUE(installer_state->FindProduct(BrowserDistribution::CHROME_BROWSER)
141 MockInstallerState installer_state; local
142 BuildSingleChromeState(chrome_dir, &installer_state);
147 installer_state.RemoveOldVersionDirectories(latest_version, NULL,
221 MockInstallerState installer_state; local
222 BuildSingleChromeState(chrome_dir, &installer_state);
258 MockInstallerState installer_state; local
341 MockInstallerState installer_state; local
463 InstallerState installer_state; local
499 MockInstallerState installer_state; local
609 InstallerState installer_state; local
    [all...]
product_unittest.cc 15 #include "chrome/installer/util/installer_state.h"
61 installer::InstallerState installer_state; local
62 installer_state.Initialize(cmd_line, prefs, machine_state);
64 const Product* product = installer_state.products()[0];
84 HKEY root = installer_state.root_key();

Completed in 108 milliseconds