Home
last modified time | relevance | path

Searched refs:maxYLayoutOverflow (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h201 …? (isHorizontal() ? m_overflow->maxXLayoutOverflow() : m_overflow->maxYLayoutOverflow()) : ceilf(l… in logicalRightLayoutOverflow()
211 … return isHorizontal() ? m_overflow->maxYLayoutOverflow() : m_overflow->maxXLayoutOverflow(); in logicalBottomLayoutOverflow()
DRenderBox.h138 …int maxYLayoutOverflow() const { return m_overflow ? m_overflow->maxYLayoutOverflow() : borderTop(… in maxYLayoutOverflow() function
142 … const { return style()->isHorizontalWritingMode() ? maxXLayoutOverflow() : maxYLayoutOverflow(); } in logicalRightLayoutOverflow()
DRenderOverflow.h56 int maxYLayoutOverflow() const { return m_maxYLayoutOverflow; } in maxYLayoutOverflow() function
DRenderMarquee.cpp140 int contentHeight = box->maxYLayoutOverflow() - box->borderTop() + box->paddingBottom(); in computePosition()
DRenderTreeAsText.cpp653 …intDirtyRect.setHeight(max(paintDirtyRect.height(), rootLayer->renderBox()->maxYLayoutOverflow())); in writeLayers()
655 l->setHeight(max(l->height(), l->renderBox()->maxYLayoutOverflow())); in writeLayers()
DRenderView.cpp665 IntRect overflowRect(0, minYLayoutOverflow(), 0, maxYLayoutOverflow() - minYLayoutOverflow()); in docTop()
DRenderLayerCompositor.cpp1792 …mLayer->setSize(FloatSize(m_renderView->maxXLayoutOverflow(), m_renderView->maxYLayoutOverflow()));
DRenderBox.cpp448 return max(clientHeight(), maxYLayoutOverflow() - borderTop()); in scrollHeight()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610295 (WebCore::InlineFlowBox::maxYLayoutOverflow):
10322 (WebCore::RenderBox::maxYLayoutOverflow):
10347 (WebCore::RenderOverflow::maxYLayoutOverflow):
DChangeLog65138 (WebCore::InlineFlowBox::maxYLayoutOverflow):