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

/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc195 bool* remove_setup,
197 *remove_setup = true;
217 *remove_setup = false;
231 if (remove_setup)
237 // |remove_setup| is false.
240 bool remove_setup) {
251 if (!remove_setup && to_delete.BaseName() == setup_exe_base_name)
1413 bool remove_setup = true; local
1416 &remove_setup, &remove_archive);
1420 if (remove_setup) {
193 CheckShouldRemoveSetupAndArchive(const InstallationState& original_state, const InstallerState& installer_state, bool* remove_setup, bool* remove_archive) argument
239 RemoveInstallerFiles(const base::FilePath& installer_directory, bool remove_setup) argument
[all...]

Completed in 71 milliseconds