Searched refs:InstallerState (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/installer/setup/
H A Dinstall_worker.h29 class InstallerState;
35 void AddUninstallShortcutWorkItems(const InstallerState& installer_state,
53 const InstallerState& installer_state,
58 const InstallerState& installer_state,
64 const InstallerState& installer_state,
74 const InstallerState& installer_state,
87 bool AppendPostInstallTasks(const InstallerState& installer_state,
107 const InstallerState& installer_state,
132 void AddSetMsiMarkerWorkItem(const InstallerState& installer_state,
141 void AddDelegateExecuteWorkItems(const InstallerState
[all...]
H A Duninstall.h25 class InstallerState;
46 bool DeleteChromeRegistrationKeys(const InstallerState& installer_state,
74 const InstallerState& installer_state,
94 const InstallerState& installer_state,
H A Dsetup_main.h20 class InstallerState;
32 const InstallerState& installer_state,
H A Dinstall.h27 class InstallerState;
86 void RegisterChromeOnMachine(const InstallerState& installer_state,
110 const InstallerState& installer_state,
121 void HandleOsUpgradeForBrowser(const InstallerState& installer_state,
H A Dsetup_util.h29 class InstallerState;
55 const InstallerState& installer_state);
82 const InstallerState& installer_state,
92 const installer::InstallerState& installer_state,
H A Dinstall_worker.cc89 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
[all...]
H A Dinstall_worker_unittest.cc26 using installer::InstallerState;
143 class MockInstallerState : public InstallerState {
146 InstallerState::set_level(level);
160 InstallerState::set_package_type(type);
297 InstallerState::Operation operation) {
300 InstallerState::Level level = system_install ?
301 InstallerState::SYSTEM_LEVEL : InstallerState::USER_LEVEL;
308 InstallerState::MULTI_PACKAGE :
309 InstallerState
[all...]
H A Duninstall.cc82 const InstallerState& installer_state,
121 const InstallerState& installer_state,
154 void ProcessOnOsUpgradeWorkItems(const InstallerState& installer_state,
164 void ProcessIELowRightsPolicyWorkItems(const InstallerState& installer_state) {
194 const InstallerState& installer_state,
312 void RetargetUserShortcutsWithArgs(const InstallerState& installer_state,
340 void DeleteShortcuts(const InstallerState& installer_state,
460 bool MoveSetupOutOfInstallFolder(const InstallerState& installer_state,
516 DeleteResult DeleteAppHostFilesAndFolders(const InstallerState& installer_state,
538 DeleteResult DeleteChromeFilesAndFolders(const InstallerState
[all...]
H A Dsetup_main.cc71 using installer::InstallerState;
95 const installer::InstallerState& installer_state,
140 const installer::InstallerState& installer_state,
193 InstallerState* installer_state) {
223 InstallerState* installer_state) {
302 const InstallerState& installer_state,
374 InstallerState* installer_state,
480 InstallerState* installer_state,
513 InstallerState* installer_state,
621 const InstallerState
[all...]
H A Dinstall.cc142 const installer::InstallerState& installer_state,
174 const installer::InstallerState& installer_state,
249 void CleanupLegacyShortcuts(const installer::InstallerState& installer_state,
266 const installer::InstallerState& installer_state) {
460 void RegisterChromeOnMachine(const installer::InstallerState& installer_state,
488 const installer::InstallerState& installer_state,
631 void HandleOsUpgradeForBrowser(const installer::InstallerState& installer_state,
H A Dsetup_util.cc171 const InstallerState& installer_state) {
288 const InstallerState& installer_state,
319 const installer::InstallerState& installer_state,
329 bool is_uninstall = installer_state.operation() == InstallerState::UNINSTALL;
H A Dsetup_util_unittest.cc267 // A test fixture that configures an InstallationState and an InstallerState
302 installer_state_.reset(new installer::InstallerState(
303 kSystemInstall_ ? installer::InstallerState::SYSTEM_LEVEL :
304 installer::InstallerState::USER_LEVEL));
364 scoped_ptr<installer::InstallerState> installer_state_;
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc33 bool InstallerState::IsMultiInstallUpdate(
65 InstallerState::InstallerState() function in class:installer::InstallerState
77 InstallerState::InstallerState(Level level) function in class:installer::InstallerState
91 void InstallerState::Initialize(const CommandLine& command_line,
299 void InstallerState::set_level(Level level) {
316 void InstallerState::set_package_type(PackageType type) {
337 base::FilePath InstallerState::GetDefaultProductInstallPath(
354 bool InstallerState
[all...]
H A Dinstaller_state.h46 // InstallerState::Initialize() contains a lot of code for uninstall. The class
49 class InstallerState { class in namespace:installer
72 InstallerState();
75 explicit InstallerState(Level level);
280 DISALLOW_COPY_AND_ASSIGN(InstallerState);
281 }; // class InstallerState
H A Dinstaller_state_unittest.cc41 using installer::InstallerState;
50 class MockInstallerState : public InstallerState {
52 MockInstallerState() : InstallerState() { }
57 return InstallerState::IsFileInUse(file);
63 return InstallerState::GetExistingExeVersions(existing_version_strings);
393 InstallerState state;
425 InstallerState state;
464 InstallerState installer_state;
626 InstallerState installer_state;
636 EXPECT_EQ(InstallerState
[all...]
H A Dproduct_unittest.cc61 installer::InstallerState installer_state;
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer.h28 enum InstallerState { enum in class:PluginInstaller
45 InstallerState state() const { return state_; }
66 InstallerState state_;

Completed in 129 milliseconds