Searched refs:isSupportedEncryptedMediaMIMEType (Results 1 – 4 of 4) sorted by relevance
69 …static bool isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mimeType, con…
114 bool MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(const String& keySystem, const String& mim… in isSupportedEncryptedMediaMIMEType() function in blink::MIMETypeRegistry
67 return MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(keySystem, type.type(), codecs); in isKeySystemSupportedWithContentType()
69 …return MIMETypeRegistry::isSupportedEncryptedMediaMIMEType(keySystem, type.type(), type.parameter(… in isKeySystemSupportedWithInitDataType()