Searched defs:marginLogicalRight (Results 1 – 4 of 4) sorted by relevance
134 LayoutUnit marginLogicalRight() const in marginLogicalRight() function
293 … LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } in marginLogicalRight() function
2857 … const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidth() local2957 … const Length& marginLogicalRight, LogicalExtentComputedValues& computedValues) const in computePositionedLogicalWidthUsing() argument3420 Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidthReplaced() local
3310 LayoutUnit marginLogicalRight = ltr ? marginEnd : marginStart; in computeBlockPreferredLogicalWidths() local