Home
last modified time | relevance | path

Searched refs:handleLocalEvents (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/dom/
DEventContext.cpp44 void EventContext::handleLocalEvents(Event* event) const in handleLocalEvents() function in WebCore::EventContext
48 m_node->handleLocalEvents(event); in handleLocalEvents()
DEventDispatcher.cpp302 if (windowContext.handleLocalEvents(event.get()) && event->propagationStopped()) in dispatchEvent()
306 m_ancestors[i - 1].handleLocalEvents(event.get()); in dispatchEvent()
314 m_node->handleLocalEvents(event.get()); in dispatchEvent()
324 m_ancestors[i].handleLocalEvents(event.get()); in dispatchEvent()
328 windowContext.handleLocalEvents(event.get()); in dispatchEvent()
DWindowEventContext.cpp53 bool WindowEventContext::handleLocalEvents(Event* event) in handleLocalEvents() function in WebCore::WindowEventContext
DWindowEventContext.h46 bool handleLocalEvents(Event* event);
DEventContext.h45 void handleLocalEvents(Event*) const;
DNode.h549 virtual void handleLocalEvents(Event*);
DNode.cpp2695 void Node::handleLocalEvents(Event* event) in handleLocalEvents() function in WebCore::Node
/external/webkit/Source/WebCore/html/
DHTMLFormElement.h124 virtual void handleLocalEvents(Event*);
DHTMLFormElement.cpp153 void HTMLFormElement::handleLocalEvents(Event* event) in handleLocalEvents() function in WebCore::HTMLFormElement
160 HTMLElement::handleLocalEvents(event); in handleLocalEvents()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-253479 (NodeImpl::handleLocalEvents): Don't send mouse events for disabled elements. But we do
9557 * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::handleLocalEvents): Pass false for "isWindowEvent".
10528 (NodeImpl::handleLocalEvents): Copy handlers before processing
DChangeLog-2005-12-1920178 (EventTargetImpl::handleLocalEvents):
21853 (DOM::NodeImpl::handleLocalEvents):
26040 (EventTargetImpl::handleLocalEvents):
DChangeLog-2009-06-1642350 (WebCore::Node::handleLocalEvents):
42460 (WebCore::HTMLFormElement::handleLocalEvents):
42569 (WebCore::Node::handleLocalEvents):
62250 (WebCore::EventTargetNode::handleLocalEvents): Ditto.
72938 (WebCore::HTMLFormElement::handleLocalEvents):
86003 Made handleLocalEvents() virtual again, HTMLFormElement overrides it.
86421 (WebCore::EventTargetNode::handleLocalEvents):
DChangeLog-2007-10-1452397 * dom/EventTargetNode.h: Made handleLocalEvents virtual.
52398 * html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::handleLocalEvents): If we're
52403 * html/HTMLFormElement.h: Added handleLocalEvents.
58682 (WebCore::EventTargetNode::handleLocalEvents):
DChangeLog-2002-12-0315793 (NodeImpl::handleLocalEvents), (NodeImpl::defaultEventHandler),
DChangeLog-2006-12-3151072 (WebCore::EventTargetNode::handleLocalEvents):
52104 (WebCore::EventTargetNode::handleLocalEvents):
DChangeLog-2005-08-2316577 (NodeImpl::handleLocalEvents): Ditto.
18176 (NodeImpl::handleLocalEvents):
DChangeLog-2006-05-1012524 (WebCore::EventTargetNodeImpl::handleLocalEvents):
DChangeLog-2008-08-1064833 (WebCore::EventTarget::handleLocalEvents):
64850 (WebCore::EventTargetNode::handleLocalEvents):
DChangeLog-2010-01-2955468 (WebCore::Node::handleLocalEvents):
55505 (WebCore::HTMLFormElement::handleLocalEvents):