Home
last modified time | relevance | path

Searched refs:propagationStopped (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBEventDispatcher.cpp48 if (event->propagationStopped()) in dispatch()
55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble()) in dispatch()
62 if (event->propagationStopped() || event->cancelBubble()) in dispatch()
/external/webkit/Source/WebCore/dom/
DEventDispatcher.cpp296 if (event->propagationStopped()) in dispatchEvent()
302 if (windowContext.handleLocalEvents(event.get()) && event->propagationStopped()) in dispatchEvent()
307 if (event->propagationStopped()) in dispatchEvent()
315 if (event->propagationStopped()) in dispatchEvent()
325 if (event->propagationStopped() || event->cancelBubble()) in dispatchEvent()
DEvent.h149 … bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; } in propagationStopped() function
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1024632 - don't let propagationStopped prevent this new event
24912 - don't let propagationStopped prevent this new event
DChangeLog-2005-08-2357086 (DOM::EventImpl::propagationStopped): Made this non-virtual; there was no reason for
58710 (DOM::EventImpl::propagationStopped): Made this a const method.
DChangeLog-2010-05-2433891 (WebCore::Event::propagationStopped):
DChangeLog-2006-12-3148092 (WebCore::Event::propagationStopped):