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

  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 57 + (NSArray *)supportedImageMIMETypes;
WebHTMLRepresentation.h 59 + (NSArray *)supportedImageMIMETypes;
  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.cpp 122 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedImageMIMETypes(
  /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...]

Completed in 605 milliseconds