Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp114 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in OverflowEventDispatcher()
127 …ool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflow; in ~OverflowEventDispatcher()
141 bool m_hadHorizontalLayoutOverflow; member in WebCore::OverflowEventDispatcher