Home
last modified time | relevance | path

Searched refs:GetPepperType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
Dkey_systems_unittest.cc269 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()
Dkey_systems.cc104 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::KeySystems
514 std::string GetPepperType(const std::string& concrete_key_system) { in GetPepperType() function
515 return KeySystems::GetInstance().GetPepperType(concrete_key_system); in GetPepperType()
Dkey_systems.h50 CONTENT_EXPORT std::string GetPepperType(
Dppapi_decryptor.cc99 std::string plugin_type = GetPepperType(key_system); in Create()
/external/chromium_org/chrome/browser/media/
Dencrypted_media_browsertest.cc281 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