Home | History | Annotate | Download | only in rendering

Lines Matching defs:ltr

3017     if (child->parent()->style()->direction() == LTR) {
3221 * in which case when direction of the containing block is 'ltr' ('rtl'),
3226 * containing block is 'rtl') or 'right' (in case 'direction' is 'ltr')
3246 if (containerDirection == LTR) {
3283 * the 'direction' property of the containing block is 'ltr' set
3286 * or 'right' (if 'direction' is 'ltr').
3678 * of the containing block is 'ltr', set 'left' to the static position;
3699 * in which case when the direction of the containing block is 'ltr'
3720 if (containerDirection == LTR) {
3778 * 'ltr') and solve for that value.
3943 bool ltr = box ? box->isLeftToRightDirection() : style()->isLeftToRightDirection();
3945 if ((!caretOffset) ^ ltr)