Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp114 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in OverflowEventDispatcher()
124 bool hasHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in ~OverflowEventDispatcher() local
127 …bool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflo… in ~OverflowEventDispatcher()
133 …event = OverflowEvent::create(horizontalLayoutOverflowChanged, hasHorizontalLayoutOverflow, vertic… in ~OverflowEventDispatcher()
5306 if (hasHorizontalLayoutOverflow() || hasVerticalLayoutOverflow()) { in computeSelfHitTestRects()
DRenderBox.h569 bool hasHorizontalLayoutOverflow() const in hasHorizontalLayoutOverflow() function