Searched refs:m_canBubble (Results 1 – 2 of 2) sorted by relevance
41 : m_canBubble(false) in Event()58 , m_canBubble(canBubbleArg) in Event()75 , m_canBubble(initializer.bubbles) in Event()104 m_canBubble = canBubbleArg; in initEvent()
122 bool bubbles() const { return m_canBubble; } in bubbles()195 bool m_canBubble; variable