Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h116 int marginLogicalLeft() const in marginLogicalLeft() function
DRenderBox.cpp2286 const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); in computePositionedLogicalWidth() local
2398 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing()
2852 Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); in computePositionedLogicalWidthReplaced() local
DRenderBlock.cpp5106 int marginLogicalLeft = ltr ? marginStart : marginEnd; in computeBlockPreferredLogicalWidths() local