Searched refs:m_repaintLogicalTop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp299 m_repaintLogicalTop = 0;
305 layoutInlineChildren(relayoutChildren, m_repaintLogicalTop, m_repaintLogicalBottom);
377 if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
1841 repaintRect = LayoutRect(repaintLogicalLeft, m_repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft, m_repaintLogicalBottom - m_repaintLogicalTop);
1843 repaintRect = LayoutRect(m_repaintLogicalTop, repaintLogicalLeft, m_repaintLogicalBottom - m_repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft);
1865 m_repaintLogicalTop = 0;
H A DRenderBlockLineLayout.cpp1051 , m_repaintLogicalTop(repaintLogicalTop)
1066 m_repaintLogicalTop = m_repaintLogicalBottom = logicalHeight;
1072 m_repaintLogicalTop = min(m_repaintLogicalTop, box->logicalTopVisualOverflow() + min<LayoutUnit>(paginationDelta, 0));
1118 LayoutUnit& m_repaintLogicalTop; member in class:WebCore::LineLayoutState
H A DRenderBlockFlow.h392 LayoutUnit m_repaintLogicalTop; member in class:WebCore::RenderBlockFlow

Completed in 941 milliseconds