Searched refs:preDispatchEventHandler (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h262 virtual void* preDispatchEventHandler(Event*);
H A DHTMLMediaElement.h330 virtual void* preDispatchEventHandler(Event*);
H A DHTMLInputElement.cpp998 void* HTMLInputElement::preDispatchEventHandler(Event* event) function in class:WebCore::HTMLInputElement
H A DHTMLMediaElement.cpp2762 void* HTMLMediaElement::preDispatchEventHandler(Event* event) function in class:WebCore::HTMLMediaElement
/external/webkit/Source/WebCore/dom/
H A DEventDispatcher.cpp295 void* data = m_node->preDispatchEventHandler(event.get());
336 // Pass the data from the preDispatchEventHandler to the postDispatchEventHandler.
H A DNode.h542 virtual void* preDispatchEventHandler(Event*) { return 0; } function in class:WebCore::Node

Completed in 1936 milliseconds