Home | History | Annotate | Download | only in rendering

Lines Matching refs:computedValues

1304                     LogicalExtentComputedValues computedValues;
1305 childBox->computeLogicalHeight(childBox->borderAndPaddingLogicalHeight(), 0, computedValues);
1306 childMinPreferredLogicalWidth = childMaxPreferredLogicalWidth = computedValues.m_extent;