HomeSort by relevance Sort by last modified time
    Searched refs:propagationStopped (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBEventDispatcher.cpp 46 if (event->propagationStopped())
53 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble())
60 if (event->propagationStopped() || event->cancelBubble())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventDispatcher.cpp 136 return (m_event->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())
Event.h 138 bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; }

Completed in 1315 milliseconds