Home
last modified time | relevance | path

Searched refs:HTMLEventObj (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dhtmlevent.c242 struct HTMLEventObj { struct
263 HTMLEventObj *This = impl_from_IHTMLEventObj(iface); in HTMLEventObj_QueryInterface()
285 HTMLEventObj *This = impl_from_IHTMLEventObj(iface); in HTMLEventObj_AddRef()
295 HTMLEventObj *This = impl_from_IHTMLEventObj(iface); in HTMLEventObj_Release()
314 HTMLEventObj *This = impl_from_IHTMLEventObj(iface); in HTMLEventObj_GetTypeInfoCount()
321 HTMLEventObj *This = impl_from_IHTMLEventObj(iface); in HTMLEventObj_GetTypeInfo()
816 static HTMLEventObj *create_event(void) in create_event()
818 HTMLEventObj *ret; in create_event()
860 HTMLEventObj *event; in create_event_obj()
1198 HTMLEventObj *event_obj = NULL; in fire_event()
[all …]
H A Dhtmlevent.h72 typedef struct HTMLEventObj HTMLEventObj; typedef
73 void call_event_handlers(HTMLDocumentNode*,HTMLEventObj*,EventTarget*,ConnectionPointContainer*,eve…