26 #ifndef WebHTMLRepresentation_H 27 #define WebHTMLRepresentation_H 52 _In_opt_
IDOMNode* endNode,
int endOffset, _COM_Outptr_opt_ IDataObject** attributedString);
64 _Out_
unsigned* resultDistance, _Out_
BOOL* resultIsInCellAbove, __deref_opt_out
BSTR*
result);
virtual HRESULT STDMETHODCALLTYPE canProvideDocumentSource(_Out_ BOOL *)
Definition: WebHTMLRepresentation.cpp:235
virtual HRESULT STDMETHODCALLTYPE setDataSource(_In_opt_ IWebDataSource *)
Definition: WebHTMLRepresentation.cpp:211
WebFrame * m_frame
Definition: WebHTMLRepresentation.h:77
NSArray * supportedImageMIMETypes()
Definition: WebHTMLRepresentation.mm:117
Definition: WebFrame.h:48
static WebHTMLRepresentation * createInstance(WebFrame *frame)
Definition: WebHTMLRepresentation.cpp:60
virtual HRESULT STDMETHODCALLTYPE documentSource(__deref_opt_out BSTR *)
Definition: WebHTMLRepresentation.cpp:243
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: IWebError.idl:130
HRESULT
Definition: RenderThemeWin.cpp:150
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
Definition: IWebHTMLRepresentation.idl:44
wchar_t * BSTR
Definition: BString.h:36
virtual HRESULT STDMETHODCALLTYPE receivedError(_In_opt_ IWebError *, _In_opt_ IWebDataSource *)
Definition: WebHTMLRepresentation.cpp:223
Definition: DOMCore.idl:512
EGLImageKHR EGLint * name
Definition: eglext.h:851
AudioFrame frame
Definition: audio_processing_impl_locking_unittest.cc:105
virtual HRESULT STDMETHODCALLTYPE finishedLoadingWithDataSource(_In_opt_ IWebDataSource *)
Definition: WebHTMLRepresentation.cpp:229
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
EGLStreamKHR EGLint EGLint EGLint const void * data
Definition: eglext.h:984
~WebHTMLRepresentation()
Definition: WebHTMLRepresentation.cpp:48
result
Definition: target-blank-opener-post-window.php:5
Definition: WebHTMLRepresentation.h:46
ULONG m_refCount
Definition: WebHTMLRepresentation.h:76
WebHTMLRepresentation()
Definition: WebHTMLRepresentation.cpp:41
virtual HRESULT STDMETHODCALLTYPE deprecatedSearchForLabels(__inout_ecount_full(cLabels) BSTR *labels, int cLabels, _In_opt_ IDOMElement *beforeElement, __deref_opt_out BSTR *result)
Definition: WebHTMLRepresentation.cpp:191
Definition: IWebDocument.idl:188
Definition: IWebDataSource.idl:62
virtual HRESULT STDMETHODCALLTYPE elementWithName(_In_ BSTR name, _In_opt_ IDOMElement *form, _COM_Outptr_opt_ IDOMElement **)
Definition: WebHTMLRepresentation.cpp:133
virtual ULONG STDMETHODCALLTYPE Release()
Definition: WebHTMLRepresentation.cpp:94
virtual HRESULT STDMETHODCALLTYPE title(__deref_opt_out BSTR *)
Definition: WebHTMLRepresentation.cpp:293
Definition: DOMCore.idl:95
DOMElement * currentForm()
Definition: WebHTMLRepresentation.mm:322
NSArray * supportedNonImageMIMETypes()
Definition: WebHTMLRepresentation.mm:111
virtual HRESULT STDMETHODCALLTYPE receivedData(_In_opt_ IStream *data, _In_opt_ IWebDataSource *)
Definition: WebHTMLRepresentation.cpp:217
virtual HRESULT STDMETHODCALLTYPE attributedStringFromDOMNodes(_In_opt_ IDOMNode *startNode, int startOffset, _In_opt_ IDOMNode *endNode, int endOffset, _COM_Outptr_opt_ IDataObject **attributedString)
Definition: WebHTMLRepresentation.cpp:123
virtual ULONG STDMETHODCALLTYPE AddRef()
Definition: WebHTMLRepresentation.cpp:89
virtual HRESULT STDMETHODCALLTYPE QueryInterface(_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
Definition: WebHTMLRepresentation.cpp:71