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

  /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
462 InstallerState installer_state; local
498 MockInstallerState installer_state; local
607 InstallerState installer_state; local
    [all...]
product_unittest.cc 14 #include "chrome/installer/util/installer_state.h"
67 installer::InstallerState installer_state; local
68 installer_state.Initialize(cmd_line, prefs, machine_state);
70 const Product* product = installer_state.products()[0];
100 HKEY root = installer_state.root_key();
installer_state.cc 5 #include "chrome/installer/util/installer_state.h"
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 43 #include "chrome/installer/util/installer_state.h"
83 void AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state,
89 installer_state.AddComDllList(&com_dll_list);
101 base::FilePath old_dll_path(installer_state.target_path().AppendASCII(
106 installer_state.system_install(),
112 base::FilePath dll_path(installer_state.target_path().AppendASCII(
116 installer_state.system_install(),
123 void AddInstallerCopyTasks(const InstallerState& installer_state,
131 installer_state.GetInstallerDirectory(new_version));
141 if (installer_state.RequiresActiveSetup())
    [all...]
setup_main.cc 57 #include "chrome/installer/util/installer_state.h"
92 const installer::InstallerState& installer_state,
138 const installer::InstallerState& installer_state,
142 installer_state.UpdateStage(installer::UNCOMPRESSING);
145 installer_state.WriteInstallerResult(*install_status,
160 installer_state));
164 installer_state.WriteInstallerResult(*install_status,
172 if ((installer_state.UpdateStage(installer::ENSEMBLE_PATCHING),
174 (installer_state.UpdateStage(installer::BINARY_PATCHING),
177 installer_state.WriteInstallerResult(*install_status
1706 InstallerState installer_state; local
    [all...]
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.cc 150 void CopyPreferenceFileForFirstRun(const InstallerState& installer_state,
152 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
182 const InstallerState& installer_state,
191 installer_state.UpdateStage(installer::BUILDING);
193 current_version->reset(installer_state.GetCurrentVersion(original_state));
197 installer_state,
207 installer_state.target_path().Append(installer::kChromeNewExe));
209 installer_state.UpdateStage(installer::EXECUTING);
212 installer_state.UpdateStage(installer::ROLLINGBACK);
224 installer_state.UpdateStage(installer::REFRESHING_POLICY)
    [all...]
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())
749 scoped_ptr<InstallerState> installer_state; local
    [all...]
uninstall.h 46 bool DeleteChromeRegistrationKeys(const InstallerState& installer_state,
62 // installer_state: State associated with this operation.
73 const InstallerState& installer_state,
86 // installer_state: State associated with this operation.
92 const InstallerState& installer_state,
uninstall.cc 42 #include "chrome/installer/util/installer_state.h"
83 const installer::InstallerState& installer_state,
87 const bool system_level = installer_state.system_install();
88 const HKEY reg_root = installer_state.root_key();
119 const installer::InstallerState& installer_state,
121 DCHECK(installer_state.is_multi_install());
122 const bool system_level = installer_state.system_install();
144 AddChannelValueUpdateWorkItems(original_state, installer_state,
153 const installer::InstallerState& installer_state,
157 AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product
    [all...]
setup_util.cc 27 #include "chrome/installer/util/installer_state.h"
169 const InstallerState& installer_state) {
175 original_state.GetProductState(installer_state.system_install(),
176 installer_state.state_type());
178 patch_source = installer_state.GetInstallerDirectory(product->version())
184 installer::GetMaxVersionFromArchiveDir(installer_state.target_path()));
186 patch_source = installer_state.GetInstallerDirectory(*version)
286 const InstallerState& installer_state,
292 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
317 const installer::InstallerState& installer_state,
    [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_main.h 32 const InstallerState& installer_state,
setup_util.h 56 const InstallerState& installer_state);
83 const InstallerState& installer_state,
89 // the level specified by |installer_state|.
93 const installer::InstallerState& installer_state,
install_unittest.cc 25 #include "chrome/installer/util/installer_state.h"
setup_util_unittest.cc 28 #include "chrome/installer/util/installer_state.h"
  /external/chromium_org/chrome/
chrome_installer_util.gypi 68 'installer/util/installer_state.cc',
69 'installer/util/installer_state.h',

Completed in 162 milliseconds