Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

2216 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, int containerLogicalWidth,
2219 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
2238 logicalRight.setValue(Fixed, staticPosition);
2292 Length logicalRight = style()->logicalRight();
2320 computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth, containerDirection);
2327 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2341 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2361 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2375 logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight,
2398 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
2403 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
2409 bool logicalRightIsAuto = logicalRight.isAuto();
2430 const int availableSpace = containerLogicalWidth - (logicalLeftValue + logicalWidthValue + logicalRight.calcValue(containerLogicalWidth) + bordersPlusPadding);
2517 int logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2537 logicalLeftValue = availableSpace - (logicalWidthValue + logicalRight.calcValue(containerLogicalWidth));
2541 logicalWidthValue = availableSpace - (logicalLeftValue + logicalRight.calcValue(containerLogicalWidth));
2851 Length logicalRight = style()->logicalRight();
2873 computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth, containerDirection);
2879 if (logicalLeft.isAuto() || logicalRight.isAuto()) {
2899 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
2902 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2926 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2930 } else if (logicalRight.isAuto()) {
2940 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2947 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);
2955 logicalRightValue = logicalRight.calcValue(containerLogicalWidth);