Home
last modified time | relevance | path

Searched refs:isSupportedEncryptedMediaMIMEType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h69 …static bool isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mimeType, con…
DMIMETypeRegistry.cpp114 bool MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mim… in isSupportedEncryptedMediaMIMEType() function in blink::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeys.cpp67 return MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(keySystem, type.type(), codecs); in isKeySystemSupportedWithContentType()
DMediaKeySession.cpp69 …return MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(keySystem, type.type(), type.parameter(… in isKeySystemSupportedWithInitDataType()