HomeSort by relevance Sort by last modified time
    Searched defs:IsSupportedKeySystemWithMediaMimeType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 82 bool IsSupportedKeySystemWithMediaMimeType(
292 bool KeySystems::IsSupportedKeySystemWithMediaMimeType(
365 bool IsSupportedKeySystemWithMediaMimeType(
369 return KeySystems::GetInstance().IsSupportedKeySystemWithMediaMimeType(
  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 208 bool IsSupportedKeySystemWithMediaMimeType(const std::string& type,
337 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
342 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
349 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
359 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
364 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
367 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
371 IsSupportedKeySystemWithMediaMimeType("video/webm", no_codecs(), "org."));
374 IsSupportedKeySystemWithMediaMimeType("video/webm", no_codecs(), "org"));
378 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
    [all...]

Completed in 345 milliseconds