Home
last modified time | relevance | path

Searched refs:parent_key_system (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
Dkey_systems.cc123 const std::string& parent_key_system);
267 key_system_info.parent_key_system); in AddConcreteSupportedKeySystems()
278 const std::string& parent_key_system) { in AddConcreteSupportedKeySystem() argument
297 if (!parent_key_system.empty()) { in AddConcreteSupportedKeySystem()
298 DCHECK(!IsConcreteSupportedKeySystem(parent_key_system)) in AddConcreteSupportedKeySystem()
299 << "Parent '" << parent_key_system << "' already registered concrete"; in AddConcreteSupportedKeySystem()
300 DCHECK(parent_key_system_map_.find(parent_key_system) == in AddConcreteSupportedKeySystem()
302 << "Parent '" << parent_key_system << "' already registered"; in AddConcreteSupportedKeySystem()
303 parent_key_system_map_[parent_key_system] = concrete_key_system; in AddConcreteSupportedKeySystem()
Dkey_systems_unittest.cc109 ext.parent_key_system = kExternalParent; in AddKeySystems()
/external/chromium_org/media/cdm/
Dkey_system_names.cc14 static bool IsParentKeySystemOf(const std::string& parent_key_system, in IsParentKeySystemOf() argument
16 std::string prefix = parent_key_system + '.'; in IsParentKeySystemOf()
/external/chromium_org/content/public/renderer/
Dkey_system_info.h47 std::string parent_key_system; member
/external/chromium_org/components/cdm/renderer/
Dwidevine_key_systems.cc36 info.parent_key_system = GetDirectParentName(kWidevineKeySystem); in AddWidevineWithCodecs()
/external/chromium_org/chrome/browser/media/
Dencrypted_media_browsertest.cc96 static bool IsParentKeySystemOf(const std::string& parent_key_system, in IsParentKeySystemOf() argument
98 std::string prefix = parent_key_system + '.'; in IsParentKeySystemOf()