Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBEventDispatcher.cpp46 if (event->propagationStopped()) in dispatch()
53 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble()) in dispatch()
60 if (event->propagationStopped() || event->cancelBubble()) in dispatch()
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventDispatcher.cpp135 …return (m_event->eventPath().isEmpty() || m_event->propagationStopped()) ? DoneDispatching : Conti… in dispatchEventPreProcess()
143 if (windowEventContext.handleLocalEvents(m_event.get()) && m_event->propagationStopped()) in dispatchEventAtCapturing()
151 if (m_event->propagationStopped()) in dispatchEventAtCapturing()
162 return m_event->propagationStopped() ? DoneDispatching : ContinueDispatching; in dispatchEventAtTarget()
178 if (m_event->propagationStopped()) in dispatchEventAtBubbling()
DEvent.h158 … bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; } in propagationStopped() function