Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DMIMETypeRegistry.cpp51 static HashSet<String>* supportedImageResourceMIMETypes; variable
69 supportedImageResourceMIMETypes->add(mimeType); in initializeSupportedImageMIMETypes()
75 supportedImageResourceMIMETypes->add("image/bmp"); in initializeSupportedImageMIMETypes()
80 supportedImageResourceMIMETypes->add("image/vnd.microsoft.icon"); in initializeSupportedImageMIMETypes()
81 supportedImageResourceMIMETypes->add("image/x-icon"); in initializeSupportedImageMIMETypes()
85 supportedImageResourceMIMETypes->add("image/pjpeg"); in initializeSupportedImageMIMETypes()
89 supportedImageResourceMIMETypes->remove("application/octet-stream"); in initializeSupportedImageMIMETypes()
107 supportedImageResourceMIMETypes->add(mimeType); in initializeSupportedImageMIMETypes()
111 supportedImageResourceMIMETypes->remove("application/octet-stream"); in initializeSupportedImageMIMETypes()
124 supportedImageResourceMIMETypes->add(types[i]); in initializeSupportedImageMIMETypes()
[all …]
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1421451 call +[WebFrameBridge supportedImageResourceMIMETypes] instead of
21466 Call +[WebFrameBridge supportedImageResourceMIMETypes] instead of
21475 … (-[WebHTMLView _imageExistsAtPaths:]): Call +[WebFrameBridge supportedImageResourceMIMETypes]
/external/webkit/WebCore/
DChangeLog-2006-12-3112465 (+[WebMimeTypeRegistryBridge supportedImageResourceMIMETypes]):
21671 (+[WebCoreFrameBridge supportedImageResourceMIMETypes]): use RetainPtr
53487 * bridge/mac/WebCoreFrameBridge.h: Added supportedImageResourceMIMETypes.
53490 (+[WebCoreFrameBridge supportedImageResourceMIMETypes]): Added.
53497 +[WebCoreFrameBridge supportedImageResourceMIMETypes].
DChangeLog-2008-08-1078016 supportedImageMIMETypes and supportedImageResourceMIMETypes. Also fixed