Searched refs:attach_event (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | htmlevent.h | 61 HRESULT attach_event(EventTarget*,BSTR,IDispatch*,VARIANT_BOOL*) DECLSPEC_HIDDEN;
|
H A D | htmlevent.c | 1469 HRESULT attach_event(EventTarget *event_target, BSTR name, IDispatch *disp, VARIANT_BOOL *res) in attach_event() function
|
H A D | htmlwindow.c | 1648 return attach_event(&window->event_target, event, pDisp, pfResult); in HTMLWindow3_attachEvent()
|
H A D | htmldoc.c | 2015 return attach_event(&This->doc_node->node.event_target, event, pDisp, pfResult); in HTMLDocument3_attachEvent()
|
H A D | htmlelem.c | 2551 return attach_event(&This->node.event_target, event, pDisp, pfResult); in HTMLElement2_attachEvent()
|