Searched defs:logicalRightLayoutOverflow (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ | ||
H A D | InlineFlowBox.h | 227 LayoutUnit logicalRightLayoutOverflow() const function in class:WebCore::InlineFlowBox |
H A D | RenderBox.h | 190 LayoutUnit logicalRightLayoutOverflow() const { return style()->isHorizontalWritingMode() ? layoutOverflowRect().maxX() : layoutOverflowRect().maxY(); } function in class:WebCore::RenderBox |
Completed in 384 milliseconds