Searched refs:fromRight (Results 1 – 1 of 1) sorted by relevance
3216 LayoutUnit fromRight; in containingBlockLogicalWidthForPositioned() local3219 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()3221 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight(); in containingBlockLogicalWidthForPositioned()3225 return max<LayoutUnit>(0, fromRight - fromLeft); in containingBlockLogicalWidthForPositioned()