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

  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 452 const bool multi_install = true; local
457 machine_state.AddChrome(system_level, multi_install,
769 MULTI_INSTALL,
785 multi_install_(install_type == MULTI_INSTALL),
794 multi_install_(install_type == MULTI_INSTALL),
799 bool multi_install() const { return multi_install_; } function in class:StatsState
    [all...]
installer_state.h 64 MULTI_INSTALL,
198 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update
installer_state.cc 273 operation_ = MULTI_INSTALL;
734 if (operation_ != MULTI_INSTALL && operation_ != MULTI_UPDATE) {
installation_validator_unittest.cc 40 MULTI_INSTALL
installer_state_unittest.cc 249 const bool multi_install = false; local
253 (multi_install ? L" --multi-install --chrome" : L"") +
332 const bool multi_install = false; local
336 (multi_install ? L" --multi-install --chrome" : L"") +
375 bool multi_install = false; local
619 EXPECT_EQ(InstallerState::MULTI_INSTALL, installer_state.operation());
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 222 bool multi_install,
224 if (multi_install)
228 product_state.set_multi_install(multi_install);
243 if (multi_install) {
255 bool multi_install,
257 if (multi_install)
261 product_state.set_multi_install(multi_install);
264 multi_install ? BrowserDistribution::CHROME_BINARIES :
276 if (multi_install)
285 bool multi_install) {
435 const bool multi_install = false; local
526 const bool multi_install = true; local
599 const bool multi_install = true; local
728 const bool multi_install = true; local
    [all...]
install_worker.cc     [all...]
setup_main.cc     [all...]

Completed in 664 milliseconds