Searched refs:isSupportedImageMIMEType (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DMIMETypeRegistryChromium.cpp82 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
84 return ChromiumBridge::isSupportedImageMIMEType(mimeType);
89 return isSupportedImageMIMEType(mimeType);
95 return isSupportedImageMIMEType(mimeType);
H A DChromiumBridge.h151 static bool isSupportedImageMIMEType(const String& mimeType);
/external/webkit/WebCore/platform/
H A DMIMETypeRegistry.h47 static bool isSupportedImageMIMEType(const String& mimeType);
H A DMIMETypeRegistry.cpp378 bool MIMETypeRegistry::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
/external/webkit/WebKit/mac/WebView/
H A DWebDataSource.mm291 } else if (MIMETypeRegistry::isSupportedImageMIMEType(MIMEType)) {
/external/webkit/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp528 if (MIMETypeRegistry::isSupportedImageMIMEType(MIMEType))
1087 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType))
/external/webkit/WebKit/chromium/src/
H A DChromiumBridge.cpp363 bool ChromiumBridge::isSupportedImageMIMEType(const String& mimeType) function in class:WebCore::ChromiumBridge
H A DFrameLoaderClientImpl.cpp1431 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType))
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp842 return (MIMETypeRegistry::isSupportedImageMIMEType(type)
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm1392 if (MIMETypeRegistry::isSupportedImageMIMEType(type))
/external/webkit/WebCore/loader/
H A DFrameLoader.cpp1356 if (MIMETypeRegistry::isSupportedImageMIMEType(mimeType))
/external/webkit/WebKit/win/
H A DWebView.cpp2396 *canShow = MIMETypeRegistry::isSupportedImageMIMEType(mimeTypeStr) ||

Completed in 160 milliseconds