Home
last modified time | relevance | path

Searched refs:m_shouldDispatchEvent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp112m_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