Home | History | Annotate | Download | only in rendering

Lines Matching refs:isLeftToRightDirection

48         if (box->style()->boxOrient() == HORIZONTAL && !box->style()->isLeftToRightDirection())
574 if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != BSTART)
575 || (!style()->isLeftToRightDirection() && style()->boxPack() != BEND))) {
644 if (!style()->isLeftToRightDirection())
715 if (!style()->isLeftToRightDirection())
721 if (style()->isLeftToRightDirection())
993 if (!srcBlock->style()->isLeftToRightDirection())
996 bool leftToRight = destBlock->style()->isLeftToRightDirection();