Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h227 …erflow() const { return m_overflow ? (isHorizontal() ? m_overflow->maxXVisualOverflow() : m_overfl… in logicalRightVisualOverflow()
237 … return isHorizontal() ? m_overflow->maxYVisualOverflow() : m_overflow->maxXVisualOverflow(); in logicalBottomVisualOverflow()
DRenderBox.h148 … int maxXVisualOverflow() const { return m_overflow ? m_overflow->maxXVisualOverflow() : width(); } in maxXVisualOverflow() function
150 …sualOverflow() const { return style()->isHorizontalWritingMode() ? maxXVisualOverflow() : maxYVisu… in logicalRightVisualOverflow()
DRenderOverflow.h64 int maxXVisualOverflow() const { return m_maxXVisualOverflow; } in maxXVisualOverflow() function
DRenderReplaced.cpp193 … minXVisualOverflow() >= paintInfo.rect.maxX() + os || currentTX + maxXVisualOverflow() <= paintIn… in shouldPaint()
DRenderTable.cpp468 …intRectangle(IntRect(minXVisualOverflow(), movedSectionLogicalTop, maxXVisualOverflow() - minXVisu… in layout()
470 …intRectangle(IntRect(movedSectionLogicalTop, minYVisualOverflow(), maxXVisualOverflow() - movedSec… in layout()
DRenderTableCell.cpp288 …IntRect r(-left, - top, left + max(width() + right, maxXVisualOverflow()), top + max(height() + bo… in clippedOverflowRectForRepaint()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610305 (WebCore::InlineFlowBox::maxXVisualOverflow):
10330 (WebCore::RenderBox::maxXVisualOverflow):
10353 (WebCore::RenderOverflow::maxXVisualOverflow):
DChangeLog65142 (WebCore::InlineFlowBox::maxXVisualOverflow):