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

  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 226 // Load the test page needed. IsConcreteSupportedKeySystem() needs some
241 bool IsConcreteSupportedKeySystem(const std::string& key) {
396 EXPECT_TRUE(IsConcreteSupportedKeySystem(kPrefixedClearKey));
401 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnprefixedClearKey));
408 EXPECT_FALSE(IsConcreteSupportedKeySystem(kPrefixedClearKeyParent));
416 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org.w3.ClEaRkEy"));
423 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org."));
426 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org"));
429 EXPECT_FALSE(IsConcreteSupportedKeySystem("org."));
432 EXPECT_FALSE(IsConcreteSupportedKeySystem("org"))
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 33 CONTENT_EXPORT bool IsConcreteSupportedKeySystem(const std::string& key_system);
key_systems_unittest.cc 230 EXPECT_FALSE(IsConcreteSupportedKeySystem(std::string()));
238 EXPECT_TRUE(IsConcreteSupportedKeySystem(kClearKey));
245 EXPECT_FALSE(IsConcreteSupportedKeySystem(kPrefixedClearKey));
255 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnrecognized));
276 EXPECT_TRUE(IsConcreteSupportedKeySystem(kUsesAes));
341 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUsesAesParent));
361 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.ClEaR"));
366 EXPECT_FALSE(IsConcreteSupportedKeySystem("org."));
369 EXPECT_FALSE(IsConcreteSupportedKeySystem("com"));
374 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example."))
    [all...]
key_systems.cc 94 bool IsConcreteSupportedKeySystem(const std::string& key_system);
246 if (IsConcreteSupportedKeySystem(kWidevineKeySystem))
280 DCHECK(!IsConcreteSupportedKeySystem(concrete_key_system))
298 DCHECK(!IsConcreteSupportedKeySystem(parent_key_system))
307 bool KeySystems::IsConcreteSupportedKeySystem(const std::string& key_system) {
487 bool IsConcreteSupportedKeySystem(const std::string& key_system) {
488 return KeySystems::GetInstance().IsConcreteSupportedKeySystem(key_system);
encrypted_media_player_support_impl.cc 169 if (!IsConcreteSupportedKeySystem(key_system))
257 if (!IsConcreteSupportedKeySystem(key_system))
289 if (!IsConcreteSupportedKeySystem(key_system))
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodule_impl.cc 55 if (!IsConcreteSupportedKeySystem(key_system_ascii))
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]

Completed in 95 milliseconds