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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventDispatcher.cpp134 preDispatchEventHandlerResult = m_node->preDispatchEventHandler(m_event.get());
193 // Pass the data from the preDispatchEventHandler to the postDispatchEventHandler.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h339 virtual void* preDispatchEventHandler(Event*);
H A DHTMLMediaElement.h440 virtual void* preDispatchEventHandler(Event*) OVERRIDE;
H A DHTMLInputElement.cpp1087 void* HTMLInputElement::preDispatchEventHandler(Event* event) function in class:WebCore::HTMLInputElement
H A DHTMLMediaElement.cpp3682 void* HTMLMediaElement::preDispatchEventHandler(Event* event) function in class:WebCore::HTMLMediaElement
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTextFieldInputType.cpp73 virtual void* preDispatchEventHandler(Event* event) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h647 virtual void* preDispatchEventHandler(Event*) { return 0; } function in class:WebCore::Node

Completed in 485 milliseconds