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

  /external/chromium_org/chrome/installer/util/
product_state_unittest.cc 35 bool system_install_; member in class:ProductStateTest
70 system_install_ = true;
71 overridden_ = (system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER);
96 system_install_ = false;
137 EXPECT_FALSE(state.Initialize(system_install_, dist_));
145 EXPECT_FALSE(state.Initialize(system_install_, dist_));
154 EXPECT_FALSE(state.Initialize(system_install_, dist_));
163 EXPECT_TRUE(state.Initialize(system_install_, dist_));
177 EXPECT_TRUE(state.Initialize(system_install_, dist_));
186 EXPECT_TRUE(state.Initialize(system_install_, dist_))
    [all...]
google_update_settings_unittest.cc 653 system_install_ = GetParam();
654 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
658 bool system_install_; member in class:GetUninstallCommandLine
668 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
676 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
685 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
694 GoogleUpdateSettings::GetUninstallCommandLine(system_install_));
697 GoogleUpdateSettings::GetUninstallCommandLine(!system_install_));
712 system_install_ = GetParam();
713 root_key_ = system_install_ ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER
717 bool system_install_; member in class:GetGoogleUpdateVersion
    [all...]

Completed in 72 milliseconds