Home | History | Annotate | Download | only in rendering

Lines Matching defs:ltr

881         if (style()->direction() == LTR)
1171 if (style()->direction() == LTR) {
1593 if (style()->direction() == LTR) {
1608 style()->direction() == LTR ? BSLeft : BSRight, ruleColor, style()->color(), ruleStyle, 0, 0);
1647 if (style()->direction() == LTR)
2248 bool ltr = style()->direction() == LTR;
2250 (state == RenderObject::SelectionEnd && ltr) ||
2251 (state == RenderObject::SelectionStart && !ltr);
2253 (state == RenderObject::SelectionStart && ltr) ||
2254 (state == RenderObject::SelectionEnd && !ltr);
2584 if (applyTextIndent && style()->direction() == LTR) {
2830 // This only matters for LTR
2831 if (style()->direction() == LTR)
2855 if (node() && node()->isContentEditable() && node() == node()->rootEditableElement() && style()->direction() == LTR && !paddingRight())
3391 if (style()->direction() == LTR)
3756 int currX = style()->direction() == LTR ? borderLeft() + paddingLeft() : borderLeft() + paddingLeft() + contentWidth() - desiredColumnWidth;
3805 if (style()->direction() == LTR)
3901 if (style()->direction() == LTR)
4043 bool leftSide = (cstyle->direction() == LTR) ? !endOfInline : endOfInline;