Searched refs:current_link_evhook (Results 1 – 1 of 1) sorted by relevance
52 current_link_evhook(struct document_view *doc_view, enum script_event_hook_type type) in current_link_evhook() function82 current_link_evhook(dv, SEVHOOK_ONMOUSEOVER); \83 current_link_evhook(dv, SEVHOOK_ONHOVER); \84 current_link_evhook(dv, SEVHOOK_ONFOCUS); \88 current_link_evhook(dv, SEVHOOK_ONMOUSEOUT); \89 current_link_evhook(dv, SEVHOOK_ONBLUR); \983 if (!current_link_evhook(doc_view, SEVHOOK_ONCLICK)) in enter()