Searched defs:marginLogicalLeft (Results 1 – 3 of 3) sorted by relevance
116 int marginLogicalLeft() const in marginLogicalLeft() function
2286 const Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); in computePositionedLogicalWidth() local2398 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing()2852 Length marginLogicalLeft = isHorizontal ? style()->marginLeft() : style()->marginTop(); in computePositionedLogicalWidthReplaced() local
5106 int marginLogicalLeft = ltr ? marginStart : marginEnd; in computeBlockPreferredLogicalWidths() local