Searched refs:oldClientAfterEdge (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1456 void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool) argument
1473 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, std::max<LayoutUnit>(0, oldClientAfterEdge - clientRect.y()));
1475 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), std::max<LayoutUnit>(0, oldClientAfterEdge - clientRect.x()), 1);
1478 m_overflow->setLayoutClientAfterEdge(oldClientAfterEdge);
1610 LayoutUnit oldClientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom(); local
1611 computeOverflow(oldClientAfterEdge, true);
4333 LayoutUnit oldClientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom();
4334 computeOverflow(oldClientAfterEdge, true);
H A DRenderDeprecatedFlexibleBox.cpp279 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); local
287 computeOverflow(oldClientAfterEdge);
H A DRenderBlock.h323 virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool = false);
H A DRenderBlockFlow.h63 virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) OVERRIDE;
H A DRenderGrid.cpp347 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); local
355 computeOverflow(oldClientAfterEdge);
H A DRenderBlockFlow.cpp476 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); local
499 computeOverflow(oldClientAfterEdge);
1784 void RenderBlockFlow::computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats) argument
1786 RenderBlock::computeOverflow(oldClientAfterEdge, recomputeFloats);

Completed in 237 milliseconds