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

  /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...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc 212 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
219 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
229 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
250 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
268 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
270 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
272 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
274 EXPECT_TRUE(IsSupportedKeySystemWithMediaMimeType(
278 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
280 EXPECT_FALSE(IsSupportedKeySystemWithMediaMimeType(
    [all...]
key_systems.h 23 // Call IsSupportedKeySystemWithMediaMimeType() to determine whether a
30 CONTENT_EXPORT bool IsSupportedKeySystemWithMediaMimeType(
key_systems.cc 82 bool IsSupportedKeySystemWithMediaMimeType(
292 bool KeySystems::IsSupportedKeySystemWithMediaMimeType(
365 bool IsSupportedKeySystemWithMediaMimeType(
369 return KeySystems::GetInstance().IsSupportedKeySystemWithMediaMimeType(
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 401 if (!IsSupportedKeySystemWithMediaMimeType(
    [all...]

Completed in 53 milliseconds