Home | History | Annotate | Download | only in rendering

Lines Matching refs:ltr

880         if (style()->direction() == LTR)
1169 if (style()->direction() == LTR) {
1591 if (style()->direction() == LTR) {
1606 style()->direction() == LTR ? BSLeft : BSRight, ruleColor, style()->color(), ruleStyle, 0, 0);
1645 if (style()->direction() == LTR)
2236 bool ltr = style()->direction() == LTR;
2238 (state == RenderObject::SelectionEnd && ltr) ||
2239 (state == RenderObject::SelectionStart && !ltr);
2241 (state == RenderObject::SelectionStart && ltr) ||
2242 (state == RenderObject::SelectionEnd && !ltr);
2572 if (applyTextIndent && style()->direction() == LTR) {
2818 // This only matters for LTR
2819 if (style()->direction() == LTR)
2843 if (node() && node()->isContentEditable() && node() == node()->rootEditableElement() && style()->direction() == LTR && !paddingRight())
3379 if (style()->direction() == LTR)
3744 int currX = style()->direction() == LTR ? borderLeft() + paddingLeft() : borderLeft() + paddingLeft() + contentWidth() - desiredColumnWidth;
3793 if (style()->direction() == LTR)
3889 if (style()->direction() == LTR)
4031 bool leftSide = (cstyle->direction() == LTR) ? !endOfInline : endOfInline;