Searched refs:borderLogicalRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.h126 LayoutUnit marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
145 int borderLogicalRight() const function in class:WebCore::InlineFlowBox
H A DRenderBoxModelObject.h135 LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); } function in class:WebCore::RenderBoxModelObject
H A DInlineFlowBox.cpp372 logicalLeft += borderLogicalRight() + paddingLogicalRight();
H A DRenderBox.cpp3048 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight();
3050 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight();

Completed in 105 milliseconds