Searched refs:GetPepperType (Results 1 – 5 of 5) sorted by relevance
269 EXPECT_DEBUG_DEATH(type = GetPepperType(kUnrecognized), in TEST_F()286 EXPECT_DEBUG_DEATH(type = GetPepperType(kUsesAes), in TEST_F()353 EXPECT_DEBUG_DEATH(type = GetPepperType(kUsesAesParent), in TEST_F()468 EXPECT_EQ("application/x-ppapi-external-cdm", GetPepperType(kExternal)); in TEST_F()487 EXPECT_DEBUG_DEATH(type = GetPepperType(kExternalParent), in TEST_F()
104 std::string GetPepperType(const std::string& concrete_key_system);435 std::string KeySystems::GetPepperType(const std::string& concrete_key_system) { in GetPepperType() function in content::KeySystems514 std::string GetPepperType(const std::string& concrete_key_system) { in GetPepperType() function515 return KeySystems::GetInstance().GetPepperType(concrete_key_system); in GetPepperType()
50 CONTENT_EXPORT std::string GetPepperType(
99 std::string plugin_type = GetPepperType(key_system); in Create()
281 pepper_plugin.append(base::ASCIIToWide(GetPepperType(key_system))); in RegisterPepperCdm()283 pepper_plugin.append(GetPepperType(key_system)); in RegisterPepperCdm()290 std::string GetPepperType(const std::string& key_system) { in GetPepperType() function in EncryptedMediaTestBase