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

  /external/webkit/WebKit/mac/WebView/
WebHTMLViewPrivate.h 52 + (NSArray *)supportedImageMIMETypes;
WebHTMLRepresentation.h 59 + (NSArray *)supportedImageMIMETypes;
  /external/webkit/WebKit/win/
WebHTMLRepresentation.cpp 122 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedImageMIMETypes(
  /external/webkit/WebCore/platform/
MIMETypeRegistry.cpp 52 static HashSet<String>* supportedImageMIMETypes;
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->add(mimeType)
    [all...]

Completed in 72 milliseconds