Home | History | Annotate | Download | only in rendering

Lines Matching refs:ltr

425                     if (style()->direction() == LTR)
576 if (remainingSpace > 0 && ((style()->direction() == LTR && style()->boxPack() != BSTART) ||
622 else // END for LTR, START for RTL
713 if (style()->direction() != LTR)
745 if (srcBlock->style()->direction() != LTR)
747 if (destBlock->style()->direction() != LTR)
749 int ltr = true;
754 int blockEdge = ltr ? blockRightEdge : blockLeftEdge;
755 if (!lastVisibleLine->canAccommodateEllipsis(ltr, blockEdge,
761 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, ltr, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);
786 if (style()->direction() == LTR)
825 if (style()->direction() == LTR)