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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMimeRegistry.h47 virtual SupportsType supportsMediaMIMEType(const WebKit::WebString& mimeType,
49 virtual SupportsType supportsMediaMIMEType(const WebKit::WebString& mimeType, function in class:WebKit::WebMimeRegistry
52 return supportsMediaMIMEType(mimeType, codecs);
/external/chromium_org/webkit/glue/
H A Dsimple_webmimeregistry_impl.h34 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
36 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
H A Dsimple_webmimeregistry_impl.cc45 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( function in class:webkit_glue::SimpleWebMimeRegistryImpl
51 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( function in class:webkit_glue::SimpleWebMimeRegistryImpl
/external/chromium/webkit/glue/
H A Dsimple_webmimeregistry_impl.h24 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
H A Dsimple_webmimeregistry_impl.cc52 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMediaMIMEType( function in class:webkit_glue::SimpleWebMimeRegistryImpl
/external/chromium_org/content/worker/
H A Dworker_webkitplatformsupport_impl.h86 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
88 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
H A Dworker_webkitplatformsupport_impl.cc233 WorkerWebKitPlatformSupportImpl::supportsMediaMIMEType( function in class:content::WorkerWebKitPlatformSupportImpl
240 WorkerWebKitPlatformSupportImpl::supportsMediaMIMEType( function in class:content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc138 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
141 virtual WebKit::WebMimeRegistry::SupportsType supportsMediaMIMEType(
385 RendererWebKitPlatformSupportImpl::MimeRegistry::supportsMediaMIMEType( function in class:content::RendererWebKitPlatformSupportImpl::MimeRegistry
388 return supportsMediaMIMEType(mime_type, codecs, WebString());
392 RendererWebKitPlatformSupportImpl::MimeRegistry::supportsMediaMIMEType( function in class:content::RendererWebKitPlatformSupportImpl::MimeRegistry
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp210 WebMimeRegistry::SupportsType supported = WebKit::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
238 return WebKit::Platform::current()->mimeRegistry()->supportsMediaMIMEType(type, typeCodecs, system);

Completed in 753 milliseconds