Searched refs:clientLogicalBottom (Results 1 – 9 of 9) sorted by relevance
255 computeOverflow(clientLogicalBottom()); in layout()
192 computeOverflow(clientLogicalBottom()); in layout()
259 LayoutUnit clientLogicalBottom() const { return borderBefore() + clientLogicalHeight(); } in clientLogicalBottom() function
279 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); in layoutBlock()
556 computeOverflow(clientLogicalBottom()); in layout()
309 return std::max(clientLogicalBottom(), maxChildLogicalBottom + paddingAfter()); in clientLogicalBottomAfterRepositioning()
347 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); in layoutBlock()
1610 …lientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom(); in simplifiedLayout()4333 …lientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom(); in recalcOverflowAfterStyleChange()
476 LayoutUnit oldClientAfterEdge = clientLogicalBottom(); in layoutBlockFlow()