Home
last modified time | relevance | path

Searched refs:isSupportedImageMIMEType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.cpp70 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) in isSupportedImageMIMEType() function in blink::MIMETypeRegistry
78 return isSupportedImageMIMEType(mimeType); in isSupportedImageResourceMIMEType()
DMIMETypeRegistry.h45 static bool isSupportedImageMIMEType(const String& mimeType);
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.cpp716 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType)) in objectContentType()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DInspectorFileSystemAgent.cpp279 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType)) { in didReadDirectoryEntries()