Searched refs:propagationStopped (Results 1 – 7 of 7) sorted by relevance
48 if (event->propagationStopped()) in dispatch()55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble()) in dispatch()62 if (event->propagationStopped() || event->cancelBubble()) in dispatch()
296 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()
149 … bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; } in propagationStopped() function
24632 - don't let propagationStopped prevent this new event24912 - don't let propagationStopped prevent this new event
57086 (DOM::EventImpl::propagationStopped): Made this non-virtual; there was no reason for58710 (DOM::EventImpl::propagationStopped): Made this a const method.
33891 (WebCore::Event::propagationStopped):
48092 (WebCore::Event::propagationStopped):