Lines Matching full:direction
59 bool leftSide = (child->style()->direction() == LTR) ? !endOfInline : endOfInline;
273 isOnlyRun = ((style()->direction() == RTL) ? lastRun : firstRun)->m_object->isListMarker();
379 // The direction of the block should determine what happens with wide lines. In
381 if (style()->direction() == LTR) {
403 if (style()->direction() == LTR) {
410 // Wide lines spill out of the block based off direction.
411 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right
413 if (style()->direction() == LTR) {
436 if (style()->direction() == LTR)
565 int dir = style()->direction();
740 // A line break can be either the first or the last object on a line, depending on its direction.
800 TextDirection direction = style()->direction();
801 bool shouldReorder = trailingSpaceRun != (direction == LTR ? resolver.lastRun() : resolver.firstRun());
809 if (direction == LTR)
817 if (direction == LTR) {
1088 bool ltr = style()->direction() == LTR
1094 Direction direction = ltr ? LeftToRight : RightToLeft;
1095 resolver.setLastStrongDir(direction);
1096 resolver.setLastDir(direction);
1097 resolver.setEorDir(direction);
1098 resolver.setContext(BidiContext::create(ltr ? 0 : 1, direction, style()->unicodeBidi() == Override));
1301 toRenderInline(c)->layer()->setStaticX(style()->direction() == LTR ? leftOffset(height(), false) : rightOffset(height(), false));
1308 box->layer()->setStaticX(style()->direction() == LTR ? leftOffset(height(), false) : width() - rightOffset(height(), false));
1310 box->layer()->setStaticX(style()->direction() == LTR ? borderLeft() + paddingLeft() : borderRight() + paddingRight());
1337 toRenderInline(c)->layer()->setStaticX(style()->direction() == LTR ? leftOffset(height(), firstLine) : rightOffset(height(), firstLine));
1344 box->layer()->setStaticX(style()->direction() == LTR ? leftOffset(height(), firstLine) : width() - rightOffset(height(), firstLine));
1346 box->layer()->setStaticX(style()->direction() == LTR ? borderLeft() + paddingLeft() : borderRight() + paddingRight());
1513 box->layer()->setStaticX(o->parent()->style()->direction() == LTR ?
2054 bool ltr = style()->direction() == LTR;
2060 // This line spills out of our box in the appropriate direction. Now we need to see if the line