Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalLeftVisualOverflow

186     LayoutUnit logicalLeftVisualOverflow() const { return style()->isHorizontalWritingMode() ? visualOverflowRect().x() : visualOverflowRect().y(); }