Home
last modified time | relevance | path

Searched refs:maxYVisualOverflow (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h227 …? (isHorizontal() ? m_overflow->maxXVisualOverflow() : m_overflow->maxYVisualOverflow()) : ceilf(l… in logicalRightVisualOverflow()
237 … return isHorizontal() ? m_overflow->maxYVisualOverflow() : m_overflow->maxXVisualOverflow(); in logicalBottomVisualOverflow()
DRenderBox.h146 …int maxYVisualOverflow() const { return m_overflow ? m_overflow->maxYVisualOverflow() : height(); } in maxYVisualOverflow() function
150 … const { return style()->isHorizontalWritingMode() ? maxXVisualOverflow() : maxYVisualOverflow(); } in logicalRightVisualOverflow()
DRenderOverflow.h62 int maxYVisualOverflow() const { return m_maxYVisualOverflow; } in maxYVisualOverflow() function
DRenderReplaced.cpp184 int bottom = currentTY + maxYVisualOverflow(); in shouldPaint()
DRenderTable.cpp468 …vedSectionLogicalTop, maxXVisualOverflow() - minXVisualOverflow(), maxYVisualOverflow() - movedSec… in layout()
470 …nYVisualOverflow(), maxXVisualOverflow() - movedSectionLogicalTop, maxYVisualOverflow() - minYVisu… in layout()
DRenderTableCell.cpp288 … + max(width() + right, maxXVisualOverflow()), top + max(height() + bottom, maxYVisualOverflow())); in clippedOverflowRectForRepaint()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610303 (WebCore::InlineFlowBox::maxYVisualOverflow):
10328 (WebCore::RenderBox::maxYVisualOverflow):
10351 (WebCore::RenderOverflow::maxYVisualOverflow):
DChangeLog65141 (WebCore::InlineFlowBox::maxYVisualOverflow):