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

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

Completed in 88 milliseconds