Searched refs:HTMLEventObj (Results 1 – 2 of 2) sorted by relevance
242 struct HTMLEventObj { struct263 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 …]
72 typedef struct HTMLEventObj HTMLEventObj; typedef73 void call_event_handlers(HTMLDocumentNode*,HTMLEventObj*,EventTarget*,ConnectionPointContainer*,eve…