KeySystems 56 content/renderer/media/crypto/key_systems.cc static KeySystems& GetInstance(); KeySystems 84 content/renderer/media/crypto/key_systems.cc friend struct base::DefaultLazyInstanceTraits<KeySystems>; KeySystems 103 content/renderer/media/crypto/key_systems.cc KeySystems(); KeySystems 123 content/renderer/media/crypto/key_systems.cc DISALLOW_COPY_AND_ASSIGN(KeySystems); KeySystems 126 content/renderer/media/crypto/key_systems.cc static base::LazyInstance<KeySystems> g_key_systems = LAZY_INSTANCE_INITIALIZER; KeySystems 128 content/renderer/media/crypto/key_systems.cc KeySystems& KeySystems::GetInstance() { KeySystems 134 content/renderer/media/crypto/key_systems.cc KeySystems::KeySystems() { KeySystems 145 content/renderer/media/crypto/key_systems.cc void KeySystems::AddConcreteSupportedKeySystems( KeySystems 159 content/renderer/media/crypto/key_systems.cc void KeySystems::AddConcreteSupportedKeySystem( KeySystems 199 content/renderer/media/crypto/key_systems.cc void KeySystems::AddSupportedType(const std::string& mime_type, KeySystems 213 content/renderer/media/crypto/key_systems.cc bool KeySystems::IsConcreteSupportedKeySystem(const std::string& key_system) { KeySystems 218 content/renderer/media/crypto/key_systems.cc bool KeySystems::IsSupportedKeySystemWithContainerAndCodec( KeySystems 255 content/renderer/media/crypto/key_systems.cc bool KeySystems::IsSupportedKeySystemWithMediaMimeType( KeySystems 284 content/renderer/media/crypto/key_systems.cc bool KeySystems::UseAesDecryptor(const std::string& concrete_key_system) { KeySystems 296 content/renderer/media/crypto/key_systems.cc std::string KeySystems::GetPepperType(const std::string& concrete_key_system) { KeySystems 332 content/renderer/media/crypto/key_systems.cc return KeySystems::GetInstance().IsConcreteSupportedKeySystem(key_system); KeySystems 339 content/renderer/media/crypto/key_systems.cc return KeySystems::GetInstance().IsSupportedKeySystemWithMediaMimeType( KeySystems 354 content/renderer/media/crypto/key_systems.cc return KeySystems::GetInstance().UseAesDecryptor(concrete_key_system); KeySystems 359 content/renderer/media/crypto/key_systems.cc return KeySystems::GetInstance().GetPepperType(concrete_key_system);