Searched refs:m_cancelBubble (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DEvent.cpp51 , m_cancelBubble(false)
66 , m_cancelBubble(false)
81 , m_cancelBubble(false)
96 , m_cancelBubble(false)
H A DEvent.h166 bool cancelBubble() const { return m_cancelBubble; }
167 void setCancelBubble(bool cancel) { m_cancelBubble = cancel; }
198 bool m_cancelBubble; member in class:WebCore::Event

Completed in 109 milliseconds