preDispatchEventHandler 618 Source/core/dom/Node.h virtual void* preDispatchEventHandler(Event*) { return 0; } preDispatchEventHandler 136 Source/core/events/EventDispatcher.cpp preDispatchEventHandlerResult = m_node->preDispatchEventHandler(m_event.get()); preDispatchEventHandler 337 Source/core/html/HTMLInputElement.h virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL; preDispatchEventHandler 405 Source/core/html/HTMLMediaElement.h virtual void* preDispatchEventHandler(Event*) OVERRIDE FINAL;