Searched refs:m_shouldDispatchEvent (Results 1 – 1 of 1) sorted by relevance
112 …m_shouldDispatchEvent = !m_block->isAnonymous() && m_block->hasOverflowClip() && m_block->document… in OverflowEventDispatcher()113 if (m_shouldDispatchEvent) { in OverflowEventDispatcher()121 if (!m_shouldDispatchEvent) in ~OverflowEventDispatcher()140 bool m_shouldDispatchEvent; member in WebCore::OverflowEventDispatcher