Searched refs:isSupportedMediaSourceMIMEType (Results 1 – 4 of 4) sorted by relevance
64 static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
102 bool MIMETypeRegistry::isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs) in isSupportedMediaSourceMIMEType() function in WebCore::MIMETypeRegistry
199 return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); in isTypeSupported()
210 return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); in isTypeSupported()