Searched refs:maxYLayoutOverflow (Results 1 – 10 of 10) sorted by relevance
201 …? (isHorizontal() ? m_overflow->maxXLayoutOverflow() : m_overflow->maxYLayoutOverflow()) : ceilf(l… in logicalRightLayoutOverflow()211 … return isHorizontal() ? m_overflow->maxYLayoutOverflow() : m_overflow->maxXLayoutOverflow(); in logicalBottomLayoutOverflow()
138 …int maxYLayoutOverflow() const { return m_overflow ? m_overflow->maxYLayoutOverflow() : borderTop(… in maxYLayoutOverflow() function142 … const { return style()->isHorizontalWritingMode() ? maxXLayoutOverflow() : maxYLayoutOverflow(); } in logicalRightLayoutOverflow()
56 int maxYLayoutOverflow() const { return m_maxYLayoutOverflow; } in maxYLayoutOverflow() function
140 int contentHeight = box->maxYLayoutOverflow() - box->borderTop() + box->paddingBottom(); in computePosition()
653 …intDirtyRect.setHeight(max(paintDirtyRect.height(), rootLayer->renderBox()->maxYLayoutOverflow())); in writeLayers()655 l->setHeight(max(l->height(), l->renderBox()->maxYLayoutOverflow())); in writeLayers()
665 IntRect overflowRect(0, minYLayoutOverflow(), 0, maxYLayoutOverflow() - minYLayoutOverflow()); in docTop()
1792 …mLayer->setSize(FloatSize(m_renderView->maxXLayoutOverflow(), m_renderView->maxYLayoutOverflow()));
448 return max(clientHeight(), maxYLayoutOverflow() - borderTop()); in scrollHeight()
10295 (WebCore::InlineFlowBox::maxYLayoutOverflow):10322 (WebCore::RenderBox::maxYLayoutOverflow):10347 (WebCore::RenderOverflow::maxYLayoutOverflow):
65138 (WebCore::InlineFlowBox::maxYLayoutOverflow):