Searched refs:supportsMediaMIMEType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMimeRegistry.h48 virtual SupportsType supportsMediaMIMEType(const WebString& mimeType, const WebString& codecs, const WebString& keySystem) = 0;
/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl.h35 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
H A Dsimple_webmimeregistry_impl.cc56 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( function in class:content::SimpleWebMimeRegistryImpl
/external/chromium_org/mojo/services/html_viewer/
H A Dwebmimeregistry_impl.h27 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
H A Dwebmimeregistry_impl.cc57 blink::WebMimeRegistry::SupportsType WebMimeRegistryImpl::supportsMediaMIMEType( function in class:mojo::WebMimeRegistryImpl
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc161 virtual blink::WebMimeRegistry::SupportsType supportsMediaMIMEType(
393 RendererWebKitPlatformSupportImpl::MimeRegistry::supportsMediaMIMEType( function in class:content::RendererWebKitPlatformSupportImpl::MimeRegistry
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp263 WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
291 return blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(type, typeCodecs, system);

Completed in 2983 milliseconds