Searched refs:m_canBubble (Results 1 – 2 of 2) sorted by relevance
42 : m_canBubble(false) in Event()57 , m_canBubble(canBubbleArg) in Event()72 , m_canBubble(initializer.bubbles) in Event()99 m_canBubble = canBubbleArg; in initEvent()
124 bool bubbles() const { return m_canBubble; } in bubbles()198 bool m_canBubble; variable