Searched refs:concrete_key_system (Results 1 – 2 of 2) sorted by relevance
101 bool UseAesDecryptor(const std::string& concrete_key_system);104 std::string GetPepperType(const std::string& concrete_key_system);272 const std::string& concrete_key_system, in AddConcreteSupportedKeySystem() argument280 DCHECK(!IsConcreteSupportedKeySystem(concrete_key_system)) in AddConcreteSupportedKeySystem()281 << "Key system '" << concrete_key_system << "' already registered"; in AddConcreteSupportedKeySystem()282 DCHECK(parent_key_system_map_.find(concrete_key_system) == in AddConcreteSupportedKeySystem()284 << "'" << concrete_key_system << " is already registered as a parent"; in AddConcreteSupportedKeySystem()295 concrete_key_system_map_[concrete_key_system] = properties; in AddConcreteSupportedKeySystem()303 parent_key_system_map_[parent_key_system] = concrete_key_system; in AddConcreteSupportedKeySystem()380 std::string concrete_key_system; in IsSupportedKeySystemWithMediaMimeType() local[all …]
45 CONTENT_EXPORT bool CanUseAesDecryptor(const std::string& concrete_key_system);51 const std::string& concrete_key_system);