Searched refs:m_canBubble (Results 1 – 2 of 2) sorted by relevance
35 : m_canBubble(false) in Event()50 , m_canBubble(canBubbleArg) in Event()73 m_canBubble = canBubbleArg; in initEvent()
87 bool bubbles() const { return m_canBubble; } in bubbles()184 bool m_canBubble; variable