SupportsType      187 Source/core/html/HTMLMediaElement.cpp         WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
SupportsType      194 Source/core/html/HTMLMediaElement.cpp WebMimeRegistry::SupportsType HTMLMediaElement::supportsType(const ContentType& contentType, const String& keySystem)
SupportsType      559 Source/core/html/HTMLMediaElement.cpp     WebMimeRegistry::SupportsType support = supportsType(ContentType(mimeType), keySystem);
SupportsType       76 Source/core/html/HTMLMediaElement.h     static blink::WebMimeRegistry::SupportsType supportsType(const ContentType&, const String& keySystem = String());
SupportsType       43 public/platform/WebMimeRegistry.h     virtual SupportsType supportsMIMEType(const blink::WebString& mimeType) = 0;
SupportsType       44 public/platform/WebMimeRegistry.h     virtual SupportsType supportsImageMIMEType(const blink::WebString& mimeType) = 0;
SupportsType       45 public/platform/WebMimeRegistry.h     virtual SupportsType supportsJavaScriptMIMEType(const blink::WebString& mimeType) = 0;
SupportsType       46 public/platform/WebMimeRegistry.h     virtual SupportsType supportsMediaMIMEType(const blink::WebString& mimeType, const blink::WebString& codecs, const blink::WebString& keySystem) = 0;
SupportsType       51 public/platform/WebMimeRegistry.h     virtual SupportsType supportsNonImageMIMEType(const blink::WebString& mimeType) = 0;