29 #import <Foundation/Foundation.h> 31 #import <WebKitLegacy/WebDocumentPrivate.h> 39 @protocol WebDocumentMarkup;
41 @protocol WebDocumentSourceRepresentation;
OBJC_CLASS NSView
Definition: TextIndicatorWindow.h:34
NSArray * supportedImageMIMETypes()
Definition: WebHTMLRepresentation.mm:117
NSArray * supportedMediaMIMETypes()
Definition: WebHTMLRepresentation.mm:105
NSArray * unsupportedTextMIMETypes()
Definition: WebHTMLRepresentation.mm:123
virtual HRESULT STDMETHODCALLTYPE searchForLabels(__inout_ecount_full(cLabels) BSTR *labels, unsigned cLabels, _In_opt_ IDOMElement *beforeElement, _Out_ unsigned *resultDistance, _Out_ BOOL *resultIsInCellAbove, __deref_opt_out BSTR *result)
Definition: WebHTMLRepresentation.cpp:203
NSArray * supportedMIMETypes()
Definition: WebHTMLRepresentation.mm:97
Definition: WebHTMLRepresentation.mm:73
Definition: DOMElement.h:39
virtual HRESULT STDMETHODCALLTYPE controlsInForm(_In_opt_ IDOMElement *form, __deref_inout_opt IDOMElement **controls, _Out_ int *cControls)
Definition: WebHTMLRepresentation.cpp:186
virtual HRESULT STDMETHODCALLTYPE elementIsPassword(_In_opt_ IDOMElement *, _Out_ BOOL *result)
Definition: WebHTMLRepresentation.cpp:154
virtual HRESULT STDMETHODCALLTYPE formForElement(_In_opt_ IDOMElement *, _COM_Outptr_opt_ IDOMElement **form)
Definition: WebHTMLRepresentation.cpp:164
WebHTMLRepresentationPrivate * _private
Definition: WebHTMLRepresentation.h:49
struct NSString NSString
Definition: WebCoreNSStringExtras.h:35
virtual HRESULT STDMETHODCALLTYPE elementDoesAutoComplete(_In_opt_ IDOMElement *, _Out_ BOOL *result)
Definition: WebHTMLRepresentation.cpp:144
virtual HRESULT STDMETHODCALLTYPE matchLabels(__inout_ecount_full(cLabels) BSTR *labels, int cLabels, _In_opt_ IDOMElement *againstElement, __deref_opt_out BSTR *result)
Definition: WebHTMLRepresentation.cpp:197
Definition: WebHTMLRepresentation.h:46
OBJC_CLASS NSAttributedString
Definition: DictionaryPopupInfo.h:32
virtual HRESULT STDMETHODCALLTYPE elementWithName(_In_ BSTR name, _In_opt_ IDOMElement *form, _COM_Outptr_opt_ IDOMElement **)
Definition: WebHTMLRepresentation.cpp:133
DOMElement * currentForm()
Definition: WebHTMLRepresentation.mm:322
NSArray * supportedNonImageMIMETypes()
Definition: WebHTMLRepresentation.mm:111