Home
last modified time | relevance | path

Searched refs:supportsMIMEType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebMimeRegistry.h43 virtual SupportsType supportsMIMEType(const blink::WebString& mimeType) = 0;
/external/chromium_org/content/child/
Dsimple_webmimeregistry_impl.h27 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType( in NON_EXPORTED_BASE()
Dsimple_webmimeregistry_impl.cc25 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType( in supportsMIMEType() function in content::SimpleWebMimeRegistryImpl
/external/chromium_org/mojo/examples/html_viewer/
Dwebmimeregistry_impl.h20 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
Dwebmimeregistry_impl.cc25 blink::WebMimeRegistry::SupportsType WebMimeRegistryImpl::supportsMIMEType( in supportsMIMEType() function in mojo::examples::WebMimeRegistryImpl
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.h80 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
Dworker_webkitplatformsupport_impl.cc225 WorkerWebKitPlatformSupportImpl::supportsMIMEType( in supportsMIMEType() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp400 …if (blink::Platform::current()->mimeRegistry()->supportsMIMEType(mimeType) == blink::WebMimeRegist… in canShowMIMEType()