Searched defs:supportedImageMIMETypes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebKit/mac/WebView/
H A DWebHTMLViewPrivate.h52 + (NSArray *)supportedImageMIMETypes; variable
H A DWebHTMLRepresentation.h59 + (NSArray *)supportedImageMIMETypes; variable
/external/webkit/WebCore/platform/
H A DMIMETypeRegistry.cpp52 static HashSet<String>* supportedImageMIMETypes; member in namespace:WebCore
68 supportedImageMIMETypes->add(mimeType);
74 supportedImageMIMETypes->add("image/bmp");
78 supportedImageMIMETypes->add("image/vnd.microsoft.icon");
79 supportedImageMIMETypes->add("image/x-icon");
84 supportedImageMIMETypes->add("image/pjpeg");
88 supportedImageMIMETypes->remove("application/octet-stream");
92 supportedImageMIMETypes->remove("application/pdf");
93 supportedImageMIMETypes->remove("application/postscript");
106 supportedImageMIMETypes
[all...]
/external/webkit/WebKit/win/
H A DWebHTMLRepresentation.cpp122 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedImageMIMETypes( function in class:WebHTMLRepresentation

Completed in 119 milliseconds