HomeSort by relevance Sort by last modified time
    Searched defs:logicalRightVisualOverflow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 93 LayoutUnit logicalRightVisualOverflow() const { return logicalOverflowRect().maxX(); }
InlineFlowBox.h 257 LayoutUnit logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().maxX() : m_overflow->visualOverflowRect().maxY()) : static_cast<LayoutUnit>(ceilf(logicalRight())); }
InlineFlowBox.cpp     [all...]
RenderBox.h 187 LayoutUnit logicalRightVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().maxX() : visualOverflowRect().maxY(); }
    [all...]

Completed in 375 milliseconds