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

/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl_unittest.cc16 EXPECT_TRUE(registry.supportsImagePrefixedMIMEType("image/gif"));
17 EXPECT_TRUE(registry.supportsImagePrefixedMIMEType("image/svg+xml"));
H A Dsimple_webmimeregistry_impl.h31 virtual blink::WebMimeRegistry::SupportsType supportsImagePrefixedMIMEType(
H A Dsimple_webmimeregistry_impl.cc38 SimpleWebMimeRegistryImpl::supportsImagePrefixedMIMEType( function in class:content::SimpleWebMimeRegistryImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMimeRegistry.h46 virtual SupportsType supportsImagePrefixedMIMEType(const WebString& mimeType) = 0;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebmimeregistry_impl.h23 virtual blink::WebMimeRegistry::SupportsType supportsImagePrefixedMIMEType(
H A Dwebmimeregistry_impl.cc39 WebMimeRegistryImpl::supportsImagePrefixedMIMEType( function in class:mojo::WebMimeRegistryImpl
/external/chromium_org/third_party/WebKit/Source/platform/
H A DMIMETypeRegistry.cpp83 return blink::Platform::current()->mimeRegistry()->supportsImagePrefixedMIMEType(mimeType.lower())

Completed in 1125 milliseconds