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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DEvent.cpp45 : m_canBubble(false)
60 , m_canBubble(canBubbleArg)
75 , m_canBubble(canBubbleArg)
90 , m_canBubble(initializer.bubbles)
117 m_canBubble = canBubbleArg;
H A DEvent.h115 bool bubbles() const { return m_canBubble; }
191 bool m_canBubble; member in class:WebCore::Event

Completed in 122 milliseconds