Searched refs:borderLogicalRight (Results 1 – 4 of 4) sorted by relevance
129 …nBorderPaddingLogicalRight() const { return marginLogicalRight() + borderLogicalRight() + paddingL… in marginBorderPaddingLogicalRight()148 int borderLogicalRight() const in borderLogicalRight() function
135 …LayoutUnit borderLogicalRight() const { return style()->isHorizontalWritingMode() ? borderRight() … in borderLogicalRight() function
374 logicalLeft += borderLogicalRight() + paddingLogicalRight(); in placeBoxesInInlineDirection()
2962 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()2964 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()