HomeSort by relevance Sort by last modified time
    Searched refs:supportedImageMIMETypes (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 53 static HashSet<String>* supportedImageMIMETypes;
71 supportedImageMIMETypes->add(mimeType);
77 supportedImageMIMETypes->add("image/bmp");
81 supportedImageMIMETypes->add("image/vnd.microsoft.icon");
82 supportedImageMIMETypes->add("image/x-icon");
87 supportedImageMIMETypes->add("image/pjpeg");
91 supportedImageMIMETypes->remove("application/octet-stream");
95 supportedImageMIMETypes->remove("application/pdf");
96 supportedImageMIMETypes->remove("application/postscript");
110 supportedImageMIMETypes->add(mimeType)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.h 59 + (NSArray *)supportedImageMIMETypes;
WebHTMLViewPrivate.h 57 + (NSArray *)supportedImageMIMETypes;
WebHTMLRepresentation.mm 100 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes])));
110 + (NSArray *)supportedImageMIMETypes
WebDataSource.mm 274 addTypesFromClass(repTypes, [WebHTMLRepresentation class], [WebHTMLRepresentation supportedImageMIMETypes]);
WebFrameView.mm 241 addTypesFromClass(viewTypes, [WebHTMLView class], [WebHTMLView supportedImageMIMETypes]);
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.h 56 virtual HRESULT STDMETHODCALLTYPE supportedImageMIMETypes(
WebHTMLRepresentation.cpp 122 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedImageMIMETypes(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHTMLRepresentation.idl 57 + (NSArray *)supportedImageMIMETypes;
59 HRESULT supportedImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);

Completed in 116 milliseconds