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

  /external/chromium_org/chrome/browser/media/
encrypted_media_istypesupported_browsertest.cc 178 // Load the test page needed. IsConcreteSupportedKeySystem() needs some
189 bool IsConcreteSupportedKeySystem(const std::string& key) {
336 EXPECT_TRUE(IsConcreteSupportedKeySystem(kPrefixedClearKey));
341 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnprefixedClearKey));
348 EXPECT_FALSE(IsConcreteSupportedKeySystem(kPrefixedClearKeyParent));
356 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org.w3.ClEaRkEy"));
363 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org."));
366 EXPECT_FALSE(IsConcreteSupportedKeySystem("webkit-org"));
369 EXPECT_FALSE(IsConcreteSupportedKeySystem("org."));
372 EXPECT_FALSE(IsConcreteSupportedKeySystem("org"))
    [all...]
  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 26 CONTENT_EXPORT bool IsConcreteSupportedKeySystem(
key_systems.cc 80 bool IsConcreteSupportedKeySystem(const std::string& key_system);
200 DCHECK(!IsConcreteSupportedKeySystem(concrete_key_system))
227 DCHECK(!IsConcreteSupportedKeySystem(parent_key_system))
250 bool KeySystems::IsConcreteSupportedKeySystem(const std::string& key_system) {
360 bool IsConcreteSupportedKeySystem(const blink::WebString& key_system) {
361 return KeySystems::GetInstance().IsConcreteSupportedKeySystem(
key_systems_unittest.cc 68 return IsConcreteSupportedKeySystem(WebString::fromUTF8(key_system));
218 EXPECT_FALSE(IsConcreteSupportedKeySystem(kUnprefixedClearKey));
329 EXPECT_FALSE(IsConcreteSupportedKeySystem("org."));
332 EXPECT_FALSE(IsConcreteSupportedKeySystem("com"));
337 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example."));
342 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.clea"));
347 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.clearz"));
352 EXPECT_FALSE(IsConcreteSupportedKeySystem("org.example.clear.foo"));
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 767 if (!IsConcreteSupportedKeySystem(key_system))
822 if (!IsConcreteSupportedKeySystem(key_system))
846 if (!IsConcreteSupportedKeySystem(key_system))
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]

Completed in 81 milliseconds