Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp300 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()
DRenderBlockLineLayout.cpp1052 , m_repaintLogicalBottom(repaintLogicalBottom) in LineLayoutState()
1066 m_repaintLogicalTop = m_repaintLogicalBottom = logicalHeight; in setRepaintRange()
1073m_repaintLogicalBottom = max(m_repaintLogicalBottom, box->logicalBottomVisualOverflow() + max<Layo… in updateRepaintRangeFromBox()
1119 LayoutUnit& m_repaintLogicalBottom; member in WebCore::LineLayoutState
DRenderBlockFlow.h393 LayoutUnit m_repaintLogicalBottom; variable