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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMimeRegistry.h51 virtual bool supportsEncryptedMediaMIMEType(const WebString& keySystem, const WebString& mimeType, const WebString& codecs) = 0;
/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl.h41 virtual bool supportsEncryptedMediaMIMEType(const blink::WebString&,
H A Dsimple_webmimeregistry_impl.cc71 bool SimpleWebMimeRegistryImpl::supportsEncryptedMediaMIMEType( function in class:content::SimpleWebMimeRegistryImpl
/external/chromium_org/mojo/services/html_viewer/
H A Dwebmimeregistry_impl.h34 virtual bool supportsEncryptedMediaMIMEType(
H A Dwebmimeregistry_impl.cc96 bool WebMimeRegistryImpl::supportsEncryptedMediaMIMEType( function in class:mojo::WebMimeRegistryImpl
/external/chromium_org/third_party/WebKit/Source/platform/
H A DMIMETypeRegistry.cpp117 return blink::Platform::current()->mimeRegistry()->supportsEncryptedMediaMIMEType(keySystem, mimeType.lower(), codecs);
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc167 virtual bool supportsEncryptedMediaMIMEType(const WebString& key_system,
455 RendererWebKitPlatformSupportImpl::MimeRegistry::supportsEncryptedMediaMIMEType( function in class:content::RendererWebKitPlatformSupportImpl::MimeRegistry

Completed in 3558 milliseconds