HomeSort by relevance Sort by last modified time
    Searched refs:GetPepperType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 50 CONTENT_EXPORT std::string GetPepperType(
key_systems.cc 104 std::string GetPepperType(const std::string& concrete_key_system);
435 std::string KeySystems::GetPepperType(const std::string& concrete_key_system) {
514 std::string GetPepperType(const std::string& concrete_key_system) {
515 return KeySystems::GetInstance().GetPepperType(concrete_key_system);
key_systems_unittest.cc 227 // TODO(ddorwin): Consider moving GetPepperType() calls out to their own test.
269 EXPECT_DEBUG_DEATH(type = GetPepperType(kUnrecognized),
286 EXPECT_DEBUG_DEATH(type = GetPepperType(kUsesAes),
353 EXPECT_DEBUG_DEATH(type = GetPepperType(kUsesAesParent),
468 EXPECT_EQ("application/x-ppapi-external-cdm", GetPepperType(kExternal));
487 EXPECT_DEBUG_DEATH(type = GetPepperType(kExternalParent),
ppapi_decryptor.cc 99 std::string plugin_type = GetPepperType(key_system);
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 281 pepper_plugin.append(base::ASCIIToWide(GetPepperType(key_system)));
283 pepper_plugin.append(GetPepperType(key_system));
290 std::string GetPepperType(const std::string& key_system) {

Completed in 2664 milliseconds