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

  /external/chromium_org/chrome/installer/util/
fake_product_state.h 26 uninstall_command_ = base::CommandLine(setup_exe);
29 uninstall_command_.AppendSwitch(option);
installation_state.cc 18 : uninstall_command_(CommandLine::NO_PROGRAM),
100 &uninstall_command_);
121 multi_install_ = uninstall_command_.HasSwitch(switches::kMultiInstall);
148 return uninstall_command_.GetProgram();
163 uninstall_command_ = other.uninstall_command_;
184 uninstall_command_ = CommandLine(CommandLine::NO_PROGRAM);
installation_state.h 87 return uninstall_command_;
112 base::CommandLine uninstall_command_; member in class:installer::ProductState
installation_validator_unittest.cc 194 uninstall_command_ = CommandLine(GetSetupExePath(dist_type, install_level,
196 uninstall_command_.AppendSwitch(installer::switches::kUninstall);
198 uninstall_command_.AppendSwitch(installer::switches::kSystemLevel);
200 uninstall_command_.AppendSwitch(installer::switches::kMultiInstall);
202 uninstall_command_.AppendSwitch(installer::switches::kChrome);
204 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame);
206 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame);
209 uninstall_command_.AppendSwitch(installer::switches::kMsi);
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 286 uninstall_command_ = uninstall_command;
install_worker_unittest.cc 122 uninstall_command_ = CommandLine(setup_exe);
125 uninstall_command_.AppendSwitch(option);
    [all...]

Completed in 142 milliseconds