Home | History | Annotate | Download | only in rendering

Lines Matching defs:ltr

1813     bool ltr = renderer()->style()->direction() == LTR;
1818 m_scrollLeftOverflow = ltr ? 0 : min(0, box->leftmostPosition(true, false) - box->borderLeft());
1820 int rightPos = ltr ?
1828 m_scrollOriginX = ltr ? 0 : m_scrollWidth - clientWidth;