• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/rendering/

Lines Matching refs:logicalRight

3173 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth, RenderRegion* region)
3175 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
3218 logicalRight.setValue(Fixed, staticPosition);
3264 Length logicalRightLength = style().logicalRight();
3368 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
3376 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3384 bool logicalRightIsAuto = logicalRight.isAuto();
3407 const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding);
3496 LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3516 logicalLeftValue = availableSpace - (computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth));
3520 computedValues.m_extent = availableSpace - (logicalLeftValue + valueForLength(logicalRight, containerLogicalWidth));
3842 Length logicalRight = style().logicalRight();
3865 computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth, 0); // FIXME: Pass the region.
3871 if (logicalLeft.isAuto() || logicalRight.isAuto()) {
3891 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3894 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3919 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3923 } else if (logicalRight.isAuto()) {
3933 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3940 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3948 logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);