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

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.h115 int marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
134 int borderLogicalRight() const function in class:WebCore::InlineFlowBox
H A DRenderBoxModelObject.h101 int borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); } function in class:WebCore::RenderBoxModelObject
H A DRenderBox.cpp2170 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight();
2172 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight();
2232 int staticPosition = child->layer()->staticInlinePosition() + containerLogicalWidth + containerBlock->borderLogicalRight();
H A DInlineFlowBox.cpp406 logicalLeft += borderLogicalRight() + paddingLogicalRight();

Completed in 93 milliseconds