Home
last modified time | relevance | path

Searched refs:supportedImageMIMETypes (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/
DMIMETypeRegistry.cpp53 static HashSet<String>* supportedImageMIMETypes; variable
71 supportedImageMIMETypes->add(mimeType); in initializeSupportedImageMIMETypes()
77 supportedImageMIMETypes->add("image/bmp"); in initializeSupportedImageMIMETypes()
81 supportedImageMIMETypes->add("image/vnd.microsoft.icon"); in initializeSupportedImageMIMETypes()
82 supportedImageMIMETypes->add("image/x-icon"); in initializeSupportedImageMIMETypes()
87 supportedImageMIMETypes->add("image/pjpeg"); in initializeSupportedImageMIMETypes()
91 supportedImageMIMETypes->remove("application/octet-stream"); in initializeSupportedImageMIMETypes()
95 supportedImageMIMETypes->remove("application/pdf"); in initializeSupportedImageMIMETypes()
96 supportedImageMIMETypes->remove("application/postscript"); in initializeSupportedImageMIMETypes()
110 supportedImageMIMETypes->add(mimeType); in initializeSupportedImageMIMETypes()
[all …]
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLRepresentation.h59 + (NSArray *)supportedImageMIMETypes;
DWebHTMLViewPrivate.h57 + (NSArray *)supportedImageMIMETypes;
DWebHTMLRepresentation.mm100 …MIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes])));
110 + (NSArray *)supportedImageMIMETypes
DWebDataSource.mm274 …romClass(repTypes, [WebHTMLRepresentation class], [WebHTMLRepresentation supportedImageMIMETypes]);
DWebFrameView.mm241 addTypesFromClass(viewTypes, [WebHTMLView class], [WebHTMLView supportedImageMIMETypes]);
DWebHTMLView.mm1190 + (NSArray *)supportedImageMIMETypes
1192 return [WebHTMLRepresentation supportedImageMIMETypes];
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl57 + (NSArray *)supportedImageMIMETypes;
59 HRESULT supportedImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);
/external/webkit/Source/WebKit/win/
DWebHTMLRepresentation.h56 virtual HRESULT STDMETHODCALLTYPE supportedImageMIMETypes(
DWebHTMLRepresentation.cpp122 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedImageMIMETypes( in supportedImageMIMETypes() function in WebHTMLRepresentation
DChangeLog-2009-06-1622376 (WebHTMLRepresentation::supportedImageMIMETypes):
/external/webkit/Source/WebKit/mac/
DWebKit.order856 +[WebHTMLView(WebPrivate) supportedImageMIMETypes]
857 +[WebHTMLRepresentation supportedImageMIMETypes]
DChangeLog-2007-10-142028 (+[WebHTMLRepresentation supportedImageMIMETypes]):
8535 (+[WebHTMLRepresentation supportedImageMIMETypes]): Ditto.
10997 (+[WebHTMLRepresentation supportedImageMIMETypes]):
19378 …://problem/4608487> REGRESSION: reproducible crash in +[WebCoreFrameBridge supportedImageMIMETypes]
21471 * WebView/WebHTMLRepresentation.m: (+[WebHTMLRepresentation supportedImageMIMETypes]):
21554 (+[WebHTMLRepresentation supportedImageMIMETypes]):
21558 (+[WebHTMLView supportedImageMIMETypes]):
DChangeLog-2006-02-098326 …(+[WebImageView supportedImageMIMETypes]): added code that omits PDF and PostScript since we don't…
27057 …bImageRendererFactory supportedMIMETypes]): code moved from +[WebImageView supportedImageMIMETypes]
27059 … (+[WebImageView supportedImageMIMETypes]): return -[WebImageRendererFactory supportedMIMETypes]
28878 (+[WebDataSource _repTypes]): call [WebImageView supportedImageMIMETypes]
28880 (+[WebFrameView _viewTypes]): call [WebImageView supportedImageMIMETypes]
28885 (+[WebImageView supportedImageMIMETypes]): new, was in WebViewPrivate
DChangeLog-2010-01-2912689 (+[WebHTMLRepresentation supportedImageMIMETypes]):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3112464 (+[WebMimeTypeRegistryBridge supportedImageMIMETypes]):
21672 (+[WebCoreFrameBridge supportedImageMIMETypes]): ditto
53488 Like supportedImageMIMETypes, but includes PDF and PostScript.
53492 (+[WebCoreFrameBridge supportedImageMIMETypes]):
53592 (+[WebCoreFrameBridge supportedImageMIMETypes]):
DChangeLog-2008-08-1078016 supportedImageMIMETypes and supportedImageResourceMIMETypes. Also fixed