Searched refs:IsConcreteSupportedKeySystem (Results 1 – 7 of 7) sorted by relevance
241 bool IsConcreteSupportedKeySystem(const std::string& key) { in IsConcreteSupportedKeySystem() function in chrome::EncryptedMediaIsTypeSupportedTest396 EXPECT_TRUE(IsConcreteSupportedKeySystem(kPrefixedClearKey)); in IN_PROC_BROWSER_TEST_F()401 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnprefixedClearKey)); in IN_PROC_BROWSER_TEST_F()408 EXPECT_FALSE(IsConcreteSupportedKeySystem(kPrefixedClearKeyParent)); in IN_PROC_BROWSER_TEST_F()416 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org.w3.ClEaRkEy")); in IN_PROC_BROWSER_TEST_F()423 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org.")); in IN_PROC_BROWSER_TEST_F()426 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org")); in IN_PROC_BROWSER_TEST_F()429 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.")); in IN_PROC_BROWSER_TEST_F()432 EXPECT_FALSE(IsConcreteSupportedKeySystem("org")); in IN_PROC_BROWSER_TEST_F()437 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org.w3.")); in IN_PROC_BROWSER_TEST_F()[all …]
230 EXPECT_FALSE(IsConcreteSupportedKeySystem(std::string())); in TEST_F()238 EXPECT_TRUE(IsConcreteSupportedKeySystem(kClearKey)); in TEST_F()245 EXPECT_FALSE(IsConcreteSupportedKeySystem(kPrefixedClearKey)); in TEST_F()255 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnrecognized)); in TEST_F()276 EXPECT_TRUE(IsConcreteSupportedKeySystem(kUsesAes)); in TEST_F()341 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUsesAesParent)); in TEST_F()361 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.ClEaR")); in TEST_F()366 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.")); in TEST_F()369 EXPECT_FALSE(IsConcreteSupportedKeySystem("com")); in TEST_F()374 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.")); in TEST_F()[all …]
94 bool IsConcreteSupportedKeySystem(const std::string& key_system);246 if (IsConcreteSupportedKeySystem(kWidevineKeySystem)) in UpdateSupportedKeySystems()280 DCHECK(!IsConcreteSupportedKeySystem(concrete_key_system)) in AddConcreteSupportedKeySystem()298 DCHECK(!IsConcreteSupportedKeySystem(parent_key_system)) in AddConcreteSupportedKeySystem()307 bool KeySystems::IsConcreteSupportedKeySystem(const std::string& key_system) { in IsConcreteSupportedKeySystem() function in content::KeySystems487 bool IsConcreteSupportedKeySystem(const std::string& key_system) { in IsConcreteSupportedKeySystem() function488 return KeySystems::GetInstance().IsConcreteSupportedKeySystem(key_system); in IsConcreteSupportedKeySystem()
33 CONTENT_EXPORT bool IsConcreteSupportedKeySystem(const std::string& key_system);
169 if (!IsConcreteSupportedKeySystem(key_system)) in GenerateKeyRequestInternal()257 if (!IsConcreteSupportedKeySystem(key_system)) in AddKeyInternal()289 if (!IsConcreteSupportedKeySystem(key_system)) in CancelKeyRequestInternal()
55 if (!IsConcreteSupportedKeySystem(key_system_ascii)) in Create()
1476 IsConcreteSupportedKeySystem(key_system); in IsKeySystemSupported()