Searched refs:propagationStopped (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBEventDispatcher.cpp48 if (event->propagationStopped())
55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble())
62 if (event->propagationStopped() || event->cancelBubble())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventDispatcher.cpp136 return (m_eventPath.isEmpty() || m_event->propagationStopped()) ? DoneDispatching : ContinueDispatching;
144 if (windowEventContext.handleLocalEvents(m_event.get()) && m_event->propagationStopped())
152 if (m_event->propagationStopped())
163 return m_event->propagationStopped() ? DoneDispatching : ContinueDispatching;
179 if (m_event->propagationStopped())
H A DEvent.h139 bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; } function in class:WebCore::Event

Completed in 172 milliseconds