Home
last modified time | relevance | path

Searched refs:m_propagationStopped (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DEvent.cpp43 , m_propagationStopped(false) in Event()
60 , m_propagationStopped(false) in Event()
77 , m_propagationStopped(false) in Event()
99 m_propagationStopped = false; in initEvent()
DEvent.h126 void stopPropagation() { m_propagationStopped = true; } in stopPropagation()
158 … bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; } in propagationStopped()
198 bool m_propagationStopped; variable