Home | History | Annotate | Download | only in rendering

Lines Matching defs:logicalRight

111     LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
293 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
683 const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft,