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

  /external/chromium_org/chrome/installer/setup/
chrome_frame_ready_mode.h 20 const InstallerState& installer_state);
26 const InstallerState& installer_state);
32 const InstallerState& installer_state);
chrome_frame_quick_enable.h 20 InstallerState* installer_state);
chrome_frame_quick_enable.cc 18 #include "chrome/installer/util/installer_state.h"
31 const InstallerState& installer_state) {
34 machine_state.GetProductState(installer_state.system_install(),
46 machine_state.GetProductState(installer_state.system_install(),
50 cf_state = machine_state.GetProductState(!installer_state.system_install(),
58 return installer_state.system_install() ?
68 InstallerState* installer_state) {
69 DCHECK(installer_state);
72 *installer_state);
79 Product* cf = installer_state->AddProduct(&multi_cf)
    [all...]
uninstall.h 32 bool DeleteChromeRegistrationKeys(const InstallerState& installer_state,
48 // installer_state: State associated with this operation.
59 const InstallerState& installer_state,
72 // installer_state: State associated with this operation.
78 const InstallerState& installer_state,
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 const InstallerState& installer_state,
148 void AddDelegateExecuteWorkItems(const InstallerState& installer_state,
    [all...]
install_worker.cc 43 #include "chrome/installer/util/installer_state.h"
115 void AddRegisterComDllWorkItemsForPackage(const InstallerState& installer_state,
121 installer_state.AddComDllList(&com_dll_list);
133 base::FilePath old_dll_path(installer_state.target_path().AppendASCII(
138 installer_state.system_install(),
144 base::FilePath dll_path(installer_state.target_path().AppendASCII(
148 installer_state.system_install(),
155 void AddInstallerCopyTasks(const InstallerState& installer_state,
163 installer_state.GetInstallerDirectory(new_version));
173 if (installer_state.RequiresActiveSetup())
    [all...]
setup_main.cc 59 #include "chrome/installer/util/installer_state.h"
94 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
1734 InstallerState installer_state; local
    [all...]
install_worker_unittest.cc 16 #include "chrome/installer/util/installer_state.h"
310 scoped_ptr<MockInstallerState> installer_state(new MockInstallerState());
314 installer_state->set_level(level);
315 installer_state->set_operation(operation);
317 installer_state->set_state_key(L"PROBABLY_INVALID_REG_PATH");
318 installer_state->set_state_type(BrowserDistribution::CHROME_BROWSER);
319 installer_state->set_package_type(multi_install ?
322 return installer_state.release();
327 MockInstallerState* installer_state) {
328 if (!installer_state->is_multi_install())
995 scoped_ptr<InstallerState> installer_state; local
    [all...]
install.cc 140 void CopyPreferenceFileForFirstRun(const InstallerState& installer_state,
142 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
172 const InstallerState& installer_state,
181 installer_state.UpdateStage(installer::BUILDING);
183 current_version->reset(installer_state.GetCurrentVersion(original_state));
187 installer_state,
197 installer_state.target_path().Append(installer::kChromeNewExe));
199 installer_state.UpdateStage(installer::EXECUTING);
202 installer_state.UpdateStage(installer::ROLLINGBACK);
214 installer_state.UpdateStage(installer::REFRESHING_POLICY)
    [all...]
setup_main.h 26 const installer::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...]
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 56 const InstallerState& installer_state);
83 const InstallerState& installer_state,
89 // the level specified by |installer_state|.
93 const installer::InstallerState& installer_state,
chrome_frame_ready_mode.cc 22 #include "chrome/installer/util/installer_state.h"
41 const InstallerState& installer_state) {
47 machine_state.GetProductState(installer_state.system_install(),
50 machine_state.GetProductState(installer_state.system_install(),
70 InstallerState opt_in_state(installer_state.level());
138 const InstallerState& installer_state) {
144 machine_state.GetProductState(installer_state.system_install(),
159 HKEY root = installer_state.root_key();
190 const InstallerState& installer_state) {
196 machine_state.GetProductState(installer_state.system_install()
    [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...]
  /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)
86 EXPECT_TRUE(installer_state->FindProduct(BrowserDistribution::CHROME_FRAME)
143 MockInstallerState installer_state; local
144 BuildSingleChromeState(chrome_dir, &installer_state);
149 installer_state.RemoveOldVersionDirectories(latest_version, NULL,
223 MockInstallerState installer_state; local
260 MockInstallerState installer_state; local
343 MockInstallerState installer_state; local
464 InstallerState installer_state; local
500 MockInstallerState 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();

Completed in 71 milliseconds