Home | History | Annotate | Download | only in rendering

Lines Matching refs:computedValues

403         LogicalExtentComputedValues computedValues;
406 computeLogicalHeight(borderBoxLogicalHeight, logicalTop(), computedValues);
407 if (computedValues.m_extent == LayoutUnit::max())
408 return computedValues.m_extent;
409 return std::max(LayoutUnit(0), computedValues.m_extent - borderPaddingAndScrollbar);