webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
SimpleEventListener Class Reference
Inheritance diagram for SimpleEventListener:
DOMEventListener DOMObject IDOMEventListener DOMObject IDOMEventListener IDOMObject WebScriptObject IDOMObject WebScriptObject IDOMObject WebScriptObject IDOMObject WebScriptObject IDOMObject WebScriptObject IDOMObject WebScriptObject

Public Member Functions

 SimpleEventListener (LPWSTR type)
 
virtual HRESULT STDMETHODCALLTYPE handleEvent (IDOMEvent *evt)
 
- Public Member Functions inherited from DOMEventListener
virtual HRESULT STDMETHODCALLTYPE QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
 
virtual ULONG STDMETHODCALLTYPE AddRef ()
 
virtual ULONG STDMETHODCALLTYPE Release ()
 
virtual HRESULT STDMETHODCALLTYPE throwException (_In_ BSTR exceptionMessage, _Out_ BOOL *result)
 
virtual HRESULT STDMETHODCALLTYPE callWebScriptMethod (_In_ BSTR name, __in_ecount_opt(cArgs) const VARIANT args[], int cArgs, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE evaluateWebScript (_In_ BSTR script, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE removeWebScriptKey (_In_ BSTR name)
 
virtual HRESULT STDMETHODCALLTYPE stringRepresentation (__deref_opt_out BSTR *stringRepresentation)
 
virtual HRESULT STDMETHODCALLTYPE webScriptValueAtIndex (unsigned index, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE setWebScriptValueAtIndex (unsigned index, VARIANT val)
 
virtual HRESULT STDMETHODCALLTYPE setException (_In_ BSTR description)
 
virtual HRESULT STDMETHODCALLTYPE handleEvent (_In_opt_ IDOMEvent *)
 
virtual HRESULT STDMETHODCALLTYPE QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
 
virtual ULONG STDMETHODCALLTYPE AddRef ()
 
virtual ULONG STDMETHODCALLTYPE Release ()
 
virtual HRESULT STDMETHODCALLTYPE throwException (_In_ BSTR, _Out_ BOOL *)
 
virtual HRESULT STDMETHODCALLTYPE callWebScriptMethod (_In_ BSTR, __in_ecount(cArgs) const VARIANT[], int cArgs, _Out_ VARIANT *)
 
virtual HRESULT STDMETHODCALLTYPE evaluateWebScript (_In_ BSTR, _Out_ VARIANT *)
 
virtual HRESULT STDMETHODCALLTYPE removeWebScriptKey (_In_ BSTR)
 
virtual HRESULT STDMETHODCALLTYPE stringRepresentation (__deref_opt_out BSTR *)
 
virtual HRESULT STDMETHODCALLTYPE webScriptValueAtIndex (unsigned, _Out_ VARIANT *)
 
virtual HRESULT STDMETHODCALLTYPE setWebScriptValueAtIndex (unsigned, VARIANT)
 
virtual HRESULT STDMETHODCALLTYPE setException (_In_ BSTR)
 
virtual HRESULT STDMETHODCALLTYPE handleEvent (_In_opt_ IDOMEvent *)
 
- Public Member Functions inherited from DOMObject
(instancetype) - NS_UNAVAILABLE
 
(DOMStyleSheet *sheet) - WEBKIT_AVAILABLE_MAC
 
- Public Member Functions inherited from WebScriptObject
(10_5) - WEBKIT_AVAILABLE_MAC
 
(id- callWebScriptMethod:withArguments:
 
(id- evaluateWebScript:
 
(void- removeWebScriptKey:
 
(NSString *) - stringRepresentation
 
(id- webScriptValueAtIndex:
 
(void- setWebScriptValueAtIndex:value:
 
(void- setException:
 
(10_5) - WEBKIT_AVAILABLE_MAC
 
(id- callWebScriptMethod:withArguments:
 
(id- evaluateWebScript:
 
(void- removeWebScriptKey:
 
(NSString *) - stringRepresentation
 
(id- webScriptValueAtIndex:
 
(void- setWebScriptValueAtIndex:value:
 
(void- setException:
 
() - WebScriptObject
 
(virtual) - ~WebScriptObject
 
() - WebScriptObject
 
(virtual) - ~WebScriptObject
 
(id- _init
 
(id- _init
 
(id- _initWithJSObject:originRootObject:rootObject:
 
(id- _initWithJSObject:originRootObject:rootObject:
 
(void- _setImp:originRootObject:rootObject:
 
(void- _setImp:originRootObject:rootObject:
 
(void- _setOriginRootObject:andRootObject:
 
(void- _setOriginRootObject:andRootObject:
 
(void- _initializeScriptDOMNodeImp
 
(void- _initializeScriptDOMNodeImp
 
(JSC::JSObject *) - _imp
 
(JSC::JSObject *) - _imp
 
(BOOL- _hasImp
 
(BOOL- _hasImp
 
(JSC::Bindings::RootObject *) - _rootObject
 
(JSC::Bindings::RootObject *) - _rootObject
 
(JSC::Bindings::RootObject *) - _originRootObject
 
(JSC::Bindings::RootObject *) - _originRootObject
 
(JSGlobalContextRef- _globalContextRef
 
(JSGlobalContextRef- _globalContextRef
 
(BOOL- hasWebScriptKey:
 
(BOOL- hasWebScriptKey:
 
(BOOL- hasWebScriptKey:
 
- Public Member Functions inherited from IWebScriptObject
HRESULT throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result)
 
HRESULT callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result)
 
HRESULT evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result)
 
HRESULT removeWebScriptKey ([in] BSTR name)
 
HRESULT stringRepresentation ([out, retval] BSTR *stringRepresentation)
 
HRESULT webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result)
 
HRESULT setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val)
 
HRESULT setException ([in] BSTR description)
 

Additional Inherited Members

- Static Public Member Functions inherited from WebScriptObject
(BOOL+ throwException:
 
(BOOL+ throwException:
 
(id+ _convertValueToObjcValue:originRootObject:rootObject:
 
(id+ _convertValueToObjcValue:originRootObject:rootObject:
 
(id+ scriptObjectForJSObject:originRootObject:rootObject:
 
(id+ scriptObjectForJSObject:originRootObject:rootObject:
 
- Protected Attributes inherited from DOMObject
package DOMObjectInternal_internal
 
- Protected Attributes inherited from WebScriptObject
WebScriptObjectPrivate_private
 
ULONG m_refCount { 0 }
 

Constructor & Destructor Documentation

◆ SimpleEventListener()

SimpleEventListener::SimpleEventListener ( LPWSTR  type)
inline

Member Function Documentation

◆ handleEvent()

virtual HRESULT STDMETHODCALLTYPE SimpleEventListener::handleEvent ( IDOMEvent evt)
inlinevirtual

Implements IDOMEventListener.


The documentation for this class was generated from the following file: