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

  /external/webkit/WebKit/mac/WebView/
WebHTMLViewPrivate.h 53 + (NSArray *)supportedNonImageMIMETypes;
WebHTMLRepresentation.h 58 + (NSArray *)supportedNonImageMIMETypes;
  /external/webkit/WebKit/win/
WebHTMLRepresentation.cpp 114 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedNonImageMIMETypes(
  /external/webkit/WebCore/platform/
MIMETypeRegistry.cpp 55 static HashSet<String>* supportedNonImageMIMETypes;
130 supportedNonImageMIMETypes->remove("multipart/x-mixed-replace");
132 supportedNonImageMIMETypes->remove("text/xsl");
241 supportedNonImageMIMETypes->add(types[i]);
358 supportedNonImageMIMETypes = new HashSet<String>(*supportedJavaScriptMIMETypes);
418 if (!supportedNonImageMIMETypes)
420 return supportedNonImageMIMETypes->contains(mimeType);
466 if (!supportedNonImageMIMETypes)
468 return *supportedNonImageMIMETypes;

Completed in 746 milliseconds