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

  /external/webkit/Source/WebCore/storage/
IDBEventDispatcher.cpp 48 if (event->propagationStopped())
55 if (event->propagationStopped() || !event->bubbles() || event->cancelBubble())
62 if (event->propagationStopped() || event->cancelBubble())
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 296 if (event->propagationStopped())
302 if (windowContext.handleLocalEvents(event.get()) && event->propagationStopped())
307 if (event->propagationStopped())
315 if (event->propagationStopped())
325 if (event->propagationStopped() || event->cancelBubble())
Event.h 153 bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; }

Completed in 3895 milliseconds