Searched defs:supportedNonImageMIMETypes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLViewPrivate.h58 + (NSArray *)supportedNonImageMIMETypes; variable
H A DWebHTMLRepresentation.h58 + (NSArray *)supportedNonImageMIMETypes; variable
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp56 static HashSet<String>* supportedNonImageMIMETypes; member in namespace:WebCore
133 supportedNonImageMIMETypes->remove("multipart/x-mixed-replace");
135 supportedNonImageMIMETypes->remove("text/xsl");
253 supportedNonImageMIMETypes->add(types[i]);
449 supportedNonImageMIMETypes = new HashSet<String>(*supportedJavaScriptMIMETypes);
514 if (!supportedNonImageMIMETypes)
516 return supportedNonImageMIMETypes->contains(mimeType);
571 if (!supportedNonImageMIMETypes)
573 return *supportedNonImageMIMETypes;
/external/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.cpp114 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedNonImageMIMETypes( function in class:WebHTMLRepresentation

Completed in 66 milliseconds