Home
last modified time | relevance | path

Searched defs:marginLogicalRight (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h122 int marginLogicalRight() const in marginLogicalRight() function
DRenderBox.cpp2287 … const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidth() local
2398 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing()
2853 Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidthReplaced() local
DRenderBlock.cpp5107 int marginLogicalRight = ltr ? marginEnd : marginStart; in computeBlockPreferredLogicalWidths() local