Home | History | Annotate | Download | only in rendering

Lines Matching refs:isLeftToRightDirection

1374                 int overflowLeft = !style()->isLeftToRightDirection() ? min(0, lastRect.x()) : 0;
1375 int overflowRight = style()->isLeftToRightDirection() ? max(width(), lastRect.maxX()) : 0;
1382 int overflowTop = !style()->isLeftToRightDirection() ? min(0, lastRect.y()) : 0;
1383 int overflowBottom = style()->isLeftToRightDirection() ? max(height(), lastRect.maxY()) : 0;
1804 int startOff = style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(logicalHeight(), false) : totalAvailableLogicalWidth - logicalRightOffsetForLine(logicalHeight(), false);
1820 setLogicalLeftForChild(child, style()->isLeftToRightDirection() ? newPosition : totalAvailableLogicalWidth - newPosition - logicalWidthForChild(child), ApplyLayoutDelta);
2322 int currLogicalLeftOffset = style()->isLeftToRightDirection() ? 0 : contentLogicalWidth();
2324 int ruleLogicalLeft = style()->isLeftToRightDirection() ? 0 : contentLogicalWidth();
2331 if (style()->isLeftToRightDirection()) {
2346 style()->isLeftToRightDirection() ? BSLeft : BSRight, ruleColor, ruleStyle, 0, 0);
3054 bool ltr = style()->isLeftToRightDirection();
3289 int childLogicalLeftMargin = style()->isLeftToRightDirection() ? marginStartForChild(childBox) : marginEndForChild(childBox);
3485 if (applyTextIndent && style()->isLeftToRightDirection()) {
3522 if (applyTextIndent && !style()->isLeftToRightDirection()) {
4379 int colLogicalLeft = style()->isLeftToRightDirection() ?
5086 bool ltr = containingBlock()->style()->isLeftToRightDirection();
5832 if (!currentStyle->isLeftToRightDirection())
5847 if (!currentStyle->isLeftToRightDirection())
5851 if (currentStyle->isLeftToRightDirection())
6180 return style()->isLeftToRightDirection() ? child->marginLeft() : child->marginRight();
6181 return style()->isLeftToRightDirection() ? child->marginTop() : child->marginBottom();
6187 return style()->isLeftToRightDirection() ? child->marginRight() : child->marginLeft();
6188 return style()->isLeftToRightDirection() ? child->marginBottom() : child->marginTop();
6194 if (style()->isLeftToRightDirection())
6199 if (style()->isLeftToRightDirection())
6209 if (style()->isLeftToRightDirection())
6214 if (style()->isLeftToRightDirection())