OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsImageMIMEType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/child/
simple_webmimeregistry_impl_unittest.cc
18
EXPECT_FALSE(registry.
supportsImageMIMEType
("image/svg+xml"));
19
EXPECT_TRUE(registry.
supportsImageMIMEType
("image/gif"));
simple_webmimeregistry_impl.h
29
virtual blink::WebMimeRegistry::SupportsType
supportsImageMIMEType
(
simple_webmimeregistry_impl.cc
31
WebMimeRegistry::SupportsType SimpleWebMimeRegistryImpl::
supportsImageMIMEType
(
/external/chromium_org/third_party/WebKit/public/platform/
WebMimeRegistry.h
45
virtual SupportsType
supportsImageMIMEType
(const WebString& mimeType) = 0;
/external/chromium_org/mojo/services/html_viewer/
webmimeregistry_impl.h
21
virtual blink::WebMimeRegistry::SupportsType
supportsImageMIMEType
(
webmimeregistry_impl.cc
31
blink::WebMimeRegistry::SupportsType WebMimeRegistryImpl::
supportsImageMIMEType
(
/external/chromium_org/third_party/WebKit/Source/platform/
MIMETypeRegistry.cpp
72
return blink::Platform::current()->mimeRegistry()->
supportsImageMIMEType
(mimeType.lower())
Completed in 105 milliseconds