Searched refs:m_repaintLogicalBottom (Results 1 – 3 of 3) sorted by relevance
300 m_repaintLogicalBottom = 0; in layoutBlock()305 layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom); in layoutBlock()377 …if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == … in layoutBlock()1841 …, m_repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft, m_repaintLogicalBottom - m_repain… in repaintOverflow()1843 …repaintRect = LayoutRect(m_repaintLogicalTop, repaintLogicalLeft, m_repaintLogicalBottom - m_repai… in repaintOverflow()1866 m_repaintLogicalBottom = 0; in repaintOverflow()
1052 , m_repaintLogicalBottom(repaintLogicalBottom) in LineLayoutState()1066 m_repaintLogicalTop = m_repaintLogicalBottom = logicalHeight; in setRepaintRange()1073 …m_repaintLogicalBottom = max(m_repaintLogicalBottom, box->logicalBottomVisualOverflow() + max<Layo… in updateRepaintRangeFromBox()1119 LayoutUnit& m_repaintLogicalBottom; member in WebCore::LineLayoutState
393 LayoutUnit m_repaintLogicalBottom; variable