Home | History | Annotate | Download | only in rendering

Lines Matching refs:computedValues

252         LogicalExtentComputedValues computedValues;
253 computePositionedLogicalWidth(computedValues);
254 setLogicalWidth(computedValues.m_extent);
255 setLogicalLeft(computedValues.m_position);
256 setMarginStart(computedValues.m_margins.m_start);
257 setMarginEnd(computedValues.m_margins.m_end);