Searched defs:logicalRightVisualOverflow (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineFlowBox.h249 LayoutUnit logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().maxX() : m_overflow->visualOverflowRect().maxY()) : LayoutUnit(ceilf(logicalRight())); } function in class:WebCore::InlineFlowBox
H A DInlineTextBox.h93 LayoutUnit logicalRightVisualOverflow() const { return logicalOverflowRect().maxX(); } function in class:WebCore::InlineTextBox
H A DRenderBox.h199 LayoutUnit logicalRightVisualOverflow() const { return style().isHorizontalWritingMode() ? visualOverflowRect().maxX() : visualOverflowRect().maxY(); } function in class:WebCore::RenderBox
H A DInlineFlowBox.cpp801 LayoutUnit logicalRightVisualOverflow = std::max(pixelSnappedLogicalRight() + boxShadowLogicalRight, logicalVisualOverflow.maxX()); local
836 LayoutUnit logicalRightVisualOverflow = std::max(pixelSnappedLogicalRight() + outsetLogicalRight, logicalVisualOverflow.maxX()); local
894 LayoutUnit logicalRightVisualOverflow = std::max(textBox.pixelSnappedLogicalRight() + childOverflowLogicalRight, logicalVisualOverflow.maxX()); local

Completed in 209 milliseconds