Searched refs:marginLogicalRight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.h115 int marginBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingLogicalRight(); }
122 int marginLogicalRight() const function in class:WebCore::InlineFlowBox
H A DRenderBox.cpp2287 const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); local
2327 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2341 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2361 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2375 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2398 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
2433 if (marginLogicalLeft.isAuto() && marginLogicalRight.isAuto()) {
2450 marginLogicalRightValue = marginLogicalRight.calcValue(containerLogicalWidth);
2452 } else if (marginLogicalRight.isAuto()) {
2459 marginLogicalRightValue = marginLogicalRight
2396 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, int containerLogicalWidth, int bordersPlusPadding, Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, int& logicalWidthValue, int& marginLogicalLeftValue, int& marginLogicalRightValue, int& logicalLeftPos) argument
2853 Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); local
[all...]
H A DRenderInline.cpp525 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(),
531 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight());
609 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(),
615 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight());
814 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight(),
820 childLine->logicalWidth() + childLine->marginLogicalLeft() + childLine->marginLogicalRight()));
H A DRenderBox.h446 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
H A DInlineFlowBox.cpp387 logicalLeft += flow->marginLogicalRight();
H A DRenderBlock.cpp5107 int marginLogicalRight = ltr ? marginEnd : marginStart; local
5109 int maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;

Completed in 136 milliseconds