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

  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 451 const bool multi_install = true; local
456 machine_state.AddChrome(system_level, multi_install,
768 MULTI_INSTALL,
784 multi_install_(install_type == MULTI_INSTALL),
793 multi_install_(install_type == MULTI_INSTALL),
798 bool multi_install() const { return multi_install_; } function in class:StatsState
    [all...]
installer_state.h 64 MULTI_INSTALL,
194 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update
installer_state.cc 292 operation_ = MULTI_INSTALL;
710 if (operation_ != MULTI_INSTALL && operation_ != MULTI_UPDATE) {
installation_validator_unittest.cc 40 MULTI_INSTALL
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 222 bool multi_install,
225 if (multi_install)
229 product_state.set_multi_install(multi_install);
244 if (multi_install) {
261 bool multi_install,
264 if (multi_install)
268 product_state.set_multi_install(multi_install);
271 multi_install ? BrowserDistribution::CHROME_BINARIES :
283 if (multi_install) {
297 bool multi_install) {
453 const bool multi_install = false; local
557 const bool multi_install = true; local
630 const bool multi_install = true; local
974 const bool multi_install = true; local
    [all...]
install_worker.cc     [all...]
setup_main.cc     [all...]

Completed in 360 milliseconds