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

/external/chromium_org/chrome_elf/
H A Dchrome_elf_util.h18 bool IsMultiInstall(bool is_system_install);
H A Dchrome_elf_util.cc127 bool IsMultiInstall(bool is_system_install) { function
150 app_guid = IsMultiInstall(system_install) ? kAppGuidGoogleBinaries :
H A Dchrome_elf_util_unittest.cc129 EXPECT_TRUE(IsMultiInstall(system_level_));
132 EXPECT_FALSE(IsMultiInstall(system_level_));
/external/chromium_org/chrome/installer/util/
H A Dchannel_info.h68 bool IsMultiInstall() const;
H A Dchannel_info_unittest.cc104 EXPECT_TRUE(ci.IsMultiInstall());
107 EXPECT_TRUE(ci.IsMultiInstall());
110 EXPECT_FALSE(ci.IsMultiInstall());
113 EXPECT_FALSE(ci.IsMultiInstall());
118 EXPECT_TRUE(ci.IsMultiInstall());
121 EXPECT_TRUE(ci.IsMultiInstall());
124 EXPECT_FALSE(ci.IsMultiInstall());
127 EXPECT_FALSE(ci.IsMultiInstall());
H A Dinstall_util.h101 static bool IsMultiInstall(BrowserDistribution* dist, bool system_install);
H A Dgoogle_update_settings.cc231 if (InstallUtil::IsMultiInstall(dist, system_install)) {
275 if (InstallUtil::IsMultiInstall(dist, system_install)) {
448 if (InstallUtil::IsMultiInstall(dist, system_level))
749 const bool is_multi_install = InstallUtil::IsMultiInstall(
H A Dchannel_info.cc222 bool ChannelInfo::IsMultiInstall() const { function in class:installer::ChannelInfo
H A Dinstall_util.cc375 bool InstallUtil::IsMultiInstall(BrowserDistribution* dist, function in class:InstallUtil
H A Dinstallation_validator.cc361 if (!channel.IsMultiInstall()) {
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration_test.cc101 TEST(MiniInstallerConfigurationTest, IsMultiInstall) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc148 InstallUtil::IsMultiInstall(chrome_binaries_dist, system_install)) {

Completed in 150 milliseconds