Searched refs:hasHorizontalLayoutOverflow (Results 1 – 2 of 2) sorted by relevance
114 m_hadHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in OverflowEventDispatcher()124 bool hasHorizontalLayoutOverflow = m_block->hasHorizontalLayoutOverflow(); in ~OverflowEventDispatcher() local127 …bool horizontalLayoutOverflowChanged = hasHorizontalLayoutOverflow != m_hadHorizontalLayoutOverflo… in ~OverflowEventDispatcher()133 …event = OverflowEvent::create(horizontalLayoutOverflowChanged, hasHorizontalLayoutOverflow, vertic… in ~OverflowEventDispatcher()5306 if (hasHorizontalLayoutOverflow() || hasVerticalLayoutOverflow()) { in computeSelfHitTestRects()
569 bool hasHorizontalLayoutOverflow() const in hasHorizontalLayoutOverflow() function