Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.h64 static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
DMIMETypeRegistry.cpp102 bool MIMETypeRegistry::isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs) in isSupportedMediaSourceMIMEType() function in WebCore::MIMETypeRegistry
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DWebKitMediaSource.cpp199 return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); in isTypeSupported()
DMediaSource.cpp210 return MIMETypeRegistry::isSupportedMediaSourceMIMEType(contentType.type(), codecs); in isTypeSupported()