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

  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.h 39 CFArrayRef supportedNonImageMIMETypes();
WebArchiveDumpSupport.cpp 63 CFArrayRef supportedMIMETypes = supportedNonImageMIMETypes();
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 56 static HashSet<String>* supportedNonImageMIMETypes;
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/Tools/DumpRenderTree/mac/
WebArchiveDumpSupportMac.mm 74 CFArrayRef supportedNonImageMIMETypes()
76 return (CFArrayRef)[WebHTMLRepresentation supportedNonImageMIMETypes];
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.h 58 + (NSArray *)supportedNonImageMIMETypes;
WebHTMLViewPrivate.h 58 + (NSArray *)supportedNonImageMIMETypes;
WebHTMLRepresentation.mm 100 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes])));
104 + (NSArray *)supportedNonImageMIMETypes
WebDataSource.mm 265 addTypesFromClass(repTypes, [WebHTMLRepresentation class], [WebHTMLRepresentation supportedNonImageMIMETypes]);
WebFrameView.mm 232 addTypesFromClass(viewTypes, [WebHTMLView class], [WebHTMLView supportedNonImageMIMETypes]);
    [all...]
WebHTMLView.mm     [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebHTMLRepresentation.h 52 virtual HRESULT STDMETHODCALLTYPE supportedNonImageMIMETypes(
WebHTMLRepresentation.cpp 114 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::supportedNonImageMIMETypes(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebHTMLRepresentation.idl 52 + (NSArray *)supportedNonImageMIMETypes;
54 HRESULT supportedNonImageMIMETypes([in, out] BSTR* types, [in, out] int* cTypes);

Completed in 214 milliseconds