Lines Matching full:direction
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;
2572 if (applyTextIndent && style()->direction() == LTR) {
2606 if (applyTextIndent && style()->direction() == RTL) {
2819 if (style()->direction() == LTR)
2843 if (node() && node()->isContentEditable() && node() == node()->rootEditableElement() && style()->direction() == LTR && !paddingRight())
2916 if (style()->direction() == RTL)
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;
5011 if (currentStyle->direction() == RTL)