Searched defs:marginLogicalRight (Results 1 – 3 of 3) sorted by relevance
122 int marginLogicalRight() const in marginLogicalRight() function
2287 … const Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidth() local2398 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing()2853 Length marginLogicalRight = isHorizontal ? style()->marginRight() : style()->marginBottom(); in computePositionedLogicalWidthReplaced() local
5107 int marginLogicalRight = ltr ? marginEnd : marginStart; in computeBlockPreferredLogicalWidths() local