Searched refs:supportsMIMEType (Results 1 – 8 of 8) sorted by relevance
43 virtual SupportsType supportsMIMEType(const blink::WebString& mimeType) = 0;
27 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType( in NON_EXPORTED_BASE()
25 WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::supportsMIMEType( in supportsMIMEType() function in content::SimpleWebMimeRegistryImpl
20 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
25 blink::WebMimeRegistry::SupportsType WebMimeRegistryImpl::supportsMIMEType( in supportsMIMEType() function in mojo::examples::WebMimeRegistryImpl
80 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
225 WorkerWebKitPlatformSupportImpl::supportsMIMEType( in supportsMIMEType() function in content::WorkerWebKitPlatformSupportImpl
400 …if (blink::Platform::current()->mimeRegistry()->supportsMIMEType(mimeType) == blink::WebMimeRegist… in canShowMIMEType()