HasIncompatibleSymantecEndpointVersion 11 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0")); HasIncompatibleSymantecEndpointVersion 12 chrome/installer/setup/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1")); HasIncompatibleSymantecEndpointVersion 13 chrome/installer/setup/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.2999.1")); HasIncompatibleSymantecEndpointVersion 14 chrome/installer/setup/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"10.1.5000.1")); HasIncompatibleSymantecEndpointVersion 15 chrome/installer/setup/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"9.5.1000.0")); HasIncompatibleSymantecEndpointVersion 17 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"")); HasIncompatibleSymantecEndpointVersion 18 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000")); HasIncompatibleSymantecEndpointVersion 19 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2")); HasIncompatibleSymantecEndpointVersion 20 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1")); HasIncompatibleSymantecEndpointVersion 22 chrome/installer/setup/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(NULL)); HasIncompatibleSymantecEndpointVersion 10 chrome/installer/util/compat_checks.h bool HasIncompatibleSymantecEndpointVersion(const wchar_t* version); HasIncompatibleSymantecEndpointVersion 11 chrome/installer/util/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3001.0")); HasIncompatibleSymantecEndpointVersion 12 chrome/installer/util/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1")); HasIncompatibleSymantecEndpointVersion 13 chrome/installer/util/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"11.0.2999.1")); HasIncompatibleSymantecEndpointVersion 14 chrome/installer/util/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"10.1.5000.1")); HasIncompatibleSymantecEndpointVersion 15 chrome/installer/util/compat_checks_unittest.cc EXPECT_TRUE(HasIncompatibleSymantecEndpointVersion(L"9.5.1000.0")); HasIncompatibleSymantecEndpointVersion 17 chrome/installer/util/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"")); HasIncompatibleSymantecEndpointVersion 18 chrome/installer/util/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000")); HasIncompatibleSymantecEndpointVersion 19 chrome/installer/util/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.0.3000.1.2")); HasIncompatibleSymantecEndpointVersion 20 chrome/installer/util/compat_checks_unittest.cc EXPECT_FALSE(HasIncompatibleSymantecEndpointVersion(L"11.b.3000.1"));